mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
ac13cf7ce6
This PR adds a logout option to the TDE approval screen. A TDE user on this page cannot use the "Back" button or click the Bitwarden logo to navigate back to `/` because the user is currently authenticated, which means that navigating to the `/` route would activate the `redirectGuard` and simply route the user back to `/login-initiated`. So we must log the user out first before routing. Feature Flags: `UnauthenticatedExtensionUIRefresh` ON |
||
---|---|---|
.. | ||
anon-layout | ||
fingerprint-dialog | ||
icons | ||
input-password | ||
lock | ||
login | ||
login-approval | ||
login-decryption-options | ||
login-via-auth-request | ||
password-callout | ||
password-hint | ||
registration | ||
self-hosted-env-config-dialog | ||
set-password-jit | ||
sso | ||
user-verification | ||
vault-timeout-input | ||
index.ts |