Finished implementing user settings -> security
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
import {TranslatePipe} from '@ngx-translate/core';
|
||||
import {TuiBadge, TuiButtonLoading} from '@taiga-ui/kit';
|
||||
import {
|
||||
TUI_BREAKPOINT,
|
||||
TuiButton,
|
||||
TuiDialog,
|
||||
TuiErrorComponent,
|
||||
@@ -42,6 +43,7 @@ import {
|
||||
})
|
||||
export class Password {
|
||||
serviceManager = inject(ServiceManager)
|
||||
breakpoint = inject(TUI_BREAKPOINT)
|
||||
|
||||
changePasswordDialogOpen = signal(false)
|
||||
changePasswordRemoveMode = signal(false)
|
||||
|
||||
Reference in New Issue
Block a user