1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-6302, PM-6303] Add duo state and connector message on browser/desktop (#7957)

* pass state for clients

* use redirect connector to set cookie with translations

* simplify duo redirect url validation
This commit is contained in:
Jake Fink
2024-02-14 18:00:38 -05:00
committed by GitHub
parent 973b95fe38
commit 6562875a23
9 changed files with 121 additions and 17 deletions

View File

@@ -492,8 +492,6 @@ export class TwoFactorComponent extends CaptchaProtectedComponent implements OnI
);
}
launchDuoFrameless() {
// Launch Duo Frameless flow in new tab
this.platformUtilsService.launchUri(this.duoFramelessUrl);
}
// implemented in clients
launchDuoFrameless() {}
}