|
|
@ -33,10 +33,6 @@ export class ShowAccessTokenDialog { |
|
|
|
private dataService: DataService |
|
|
|
) {} |
|
|
|
|
|
|
|
public enableCreateAccountButton() { |
|
|
|
this.isCreateAccountButtonDisabled = false; |
|
|
|
} |
|
|
|
|
|
|
|
public createAccount() { |
|
|
|
this.dataService |
|
|
|
.postUser() |
|
|
@ -52,6 +48,10 @@ export class ShowAccessTokenDialog { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
public enableCreateAccountButton() { |
|
|
|
this.isCreateAccountButtonDisabled = false; |
|
|
|
} |
|
|
|
|
|
|
|
public onChangeDislaimerChecked() { |
|
|
|
this.isDisclaimerChecked = !this.isDisclaimerChecked; |
|
|
|
} |
|
|
|