Finished implementing user settings -> security

This commit is contained in:
2026-04-19 12:37:52 +02:00
parent 20e67ecd85
commit 5f032c5098
22 changed files with 387 additions and 103 deletions

View File

@@ -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)