diff --git a/common/src/misc/logInDelegate/logIn.delegate.ts b/common/src/misc/logInDelegate/logIn.delegate.ts index adf28b12..59dbe0ce 100644 --- a/common/src/misc/logInDelegate/logIn.delegate.ts +++ b/common/src/misc/logInDelegate/logIn.delegate.ts @@ -108,6 +108,8 @@ export abstract class LogInDelegate { protected clearState() { this.tokenRequest = null; + this.twoFactorService.clearProviders(); + this.twoFactorService.clearSelectedProvider(); } protected async buildDeviceRequest() {