parent
0bd1a94a7b
commit
57659d2c04
@ -38,7 +38,7 @@ export class CreateOrUpdateAccessDialog implements OnDestroy {
|
|||||||
private notificationService: NotificationService
|
private notificationService: NotificationService
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
ngOnInit() {
|
public ngOnInit() {
|
||||||
this.accessForm = this.formBuilder.group({
|
this.accessForm = this.formBuilder.group({
|
||||||
alias: [this.data.access.alias],
|
alias: [this.data.access.alias],
|
||||||
permissions: [this.data.access.permissions[0], Validators.required],
|
permissions: [this.data.access.permissions[0], Validators.required],
|
||||||
|
@ -29,7 +29,7 @@ export class AuthGuard {
|
|||||||
`/${paths.resources}`
|
`/${paths.resources}`
|
||||||
];
|
];
|
||||||
|
|
||||||
constructor(
|
public constructor(
|
||||||
private dataService: DataService,
|
private dataService: DataService,
|
||||||
private router: Router,
|
private router: Router,
|
||||||
private settingsStorageService: SettingsStorageService,
|
private settingsStorageService: SettingsStorageService,
|
||||||
|
@ -22,7 +22,7 @@ export class GfWebauthnPageComponent implements OnDestroy, OnInit {
|
|||||||
|
|
||||||
private unsubscribeSubject = new Subject<void>();
|
private unsubscribeSubject = new Subject<void>();
|
||||||
|
|
||||||
constructor(
|
public constructor(
|
||||||
private changeDetectorRef: ChangeDetectorRef,
|
private changeDetectorRef: ChangeDetectorRef,
|
||||||
private router: Router,
|
private router: Router,
|
||||||
private tokenStorageService: TokenStorageService,
|
private tokenStorageService: TokenStorageService,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user