profile improvements, aliases feature

This commit is contained in:
_Bastler
2021-03-30 15:14:07 +02:00
parent 35411505f8
commit 40ade2ca06
27 changed files with 561 additions and 92 deletions
+2
View File
@@ -25,6 +25,7 @@ import {SecurityComponent, SecurityTotpDialog} from './pages/account/security/se
import {VoucherComponent} from './pages/account/voucher/voucher.component';
import {VoucherDialog} from './pages/account/voucher/voucher.component';
import {InfoComponent} from './pages/account/info/info.component';
import {AliasesComponent} from './pages/account/aliases/aliases.component';
import {ProfileComponent} from './pages/account/profile/profile.component';
import {PasswordComponent} from './pages/password/password.component';
import {PasswordResetComponent} from './pages/password-reset/password-reset.component';
@@ -75,6 +76,7 @@ export class XhrInterceptor implements HttpInterceptor {
VoucherComponent,
VoucherDialog,
InfoComponent,
AliasesComponent,
ProfileComponent,
PasswordComponent,
PasswordResetComponent,