mirror of
https://github.com/bitwarden/jslib
synced 2026-01-07 19:13:15 +00:00
Clear twoFactorService state when clearing state
This commit is contained in:
@@ -108,6 +108,8 @@ export abstract class LogInDelegate {
|
||||
|
||||
protected clearState() {
|
||||
this.tokenRequest = null;
|
||||
this.twoFactorService.clearProviders();
|
||||
this.twoFactorService.clearSelectedProvider();
|
||||
}
|
||||
|
||||
protected async buildDeviceRequest() {
|
||||
|
||||
Reference in New Issue
Block a user