|
|
@ -55,7 +55,7 @@ import { UserAccountRegistrationDialogParams } from './interfaces/interfaces'; |
|
|
export class GfUserAccountRegistrationDialogComponent { |
|
|
export class GfUserAccountRegistrationDialogComponent { |
|
|
@ViewChild(MatStepper) stepper!: MatStepper; |
|
|
@ViewChild(MatStepper) stepper!: MatStepper; |
|
|
|
|
|
|
|
|
public accessToken: string; |
|
|
public accessToken: string | undefined; |
|
|
public authToken: string; |
|
|
public authToken: string; |
|
|
public isCreateAccountButtonDisabled = true; |
|
|
public isCreateAccountButtonDisabled = true; |
|
|
public isDisclaimerChecked = false; |
|
|
public isDisclaimerChecked = false; |
|
|
|