1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

QR login beep

This commit is contained in:
Bernd Schoolmann
2025-07-27 13:29:06 +02:00
parent 481910b823
commit a6f1cfd260
2 changed files with 17 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ import {
TwoFactorAuthGuard,
NewDeviceVerificationComponent,
DeviceVerificationIcon,
DebugComponent,
} from "@bitwarden/auth/angular";
import { FeatureFlag } from "@bitwarden/common/enums/feature-flag.enum";
import { AnonLayoutWrapperComponent, AnonLayoutWrapperData, Icons } from "@bitwarden/components";
@@ -215,6 +216,21 @@ const routes: Routes = [
},
],
},
{
path: "auth-debug",
data: {
pageTitle: {
key: "logInToBitwarden",
},
pageIcon: VaultIcon,
} satisfies RouteDataProperties & AnonLayoutWrapperData,
children: [
{
path: "",
component: DebugComponent,
},
],
},
{
path: "login",
canActivate: [unauthGuardFn()],

View File

@@ -282,6 +282,7 @@ const devServer =
'self'
${envConfig.dev.wsConnectSrc ?? ""}
wss://notifications.bitwarden.com
ws://localhost:9002
https://notifications.bitwarden.com
https://cdn.bitwarden.net
https://api.pwnedpasswords.com