|
|
|
|
@ -184,8 +184,8 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
@@ -184,8 +184,8 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
|
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const email = this.formGroup.get("email").value; |
|
|
|
|
this.router.navigate(["/login-with-device"], { state: { email: email } }); |
|
|
|
|
this.setFormValues(); |
|
|
|
|
this.router.navigate(["/login-with-device"]); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
async launchSsoBrowser(clientId: string, ssoRedirectUri: string) { |
|
|
|
|
|