mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
SG-1047 Fix remember me on web (#4706)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user