1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 04:23:53 +00:00

move extension launchSsoBrowserWindow() to extension service

This commit is contained in:
rr-bw
2024-09-13 17:21:15 -07:00
parent b7996183bf
commit e076e94c08
6 changed files with 88 additions and 54 deletions

View File

@@ -150,7 +150,13 @@
<!-- TODO-rr-bw: Figma shows no Login with Passkey option on browser. Is that intentional? -->
<!-- Button to Login with SSO -->
<button type="button" bitButton block buttonType="secondary" (click)="launchSsoBrowser()">
<button
type="button"
bitButton
block
buttonType="secondary"
(click)="launchSsoBrowserWindow()"
>
<i class="bwi bwi-provider tw-mr-1"></i>
{{ "useSingleSignOn" | i18n }}
</button>