1
0
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:
Thomas Rittson
2021-12-22 15:07:12 +10:00
parent ffd532aa90
commit 95e4470c50

View File

@@ -108,6 +108,8 @@ export abstract class LogInDelegate {
protected clearState() {
this.tokenRequest = null;
this.twoFactorService.clearProviders();
this.twoFactorService.clearSelectedProvider();
}
protected async buildDeviceRequest() {