mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
SG-1047 Fix remember me on web (#4706)
This commit is contained in:
@@ -67,7 +67,7 @@ export class LoginWithDeviceComponent
|
||||
|
||||
const navigation = this.router.getCurrentNavigation();
|
||||
if (navigation) {
|
||||
this.email = navigation.extras?.state?.email;
|
||||
this.email = this.loginService.getEmail();
|
||||
}
|
||||
|
||||
//gets signalR push notification
|
||||
|
||||
Reference in New Issue
Block a user