1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Code cleanup to remove sessionId from login component

This commit is contained in:
gbubemismith
2023-08-22 16:22:45 -04:00
parent 905ac1987c
commit ef4a1d9b7b
4 changed files with 22 additions and 25 deletions

View File

@@ -83,7 +83,7 @@ export class TwoFactorComponent extends CaptchaProtectedComponent implements OnI
}
if (qParams.sessionId != null) {
this.sessionId = qParams?.sessionId;
this.sessionId = qParams.sessionId;
}
});