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

Update apps/web/src/connectors/common.ts

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
This commit is contained in:
Patrick-Pimentel-Bitwarden
2026-01-08 19:42:03 -05:00
committed by GitHub
parent ad85664bc0
commit 4bc8ccfad9

View File

@@ -30,8 +30,8 @@ export function b64Decode(str: string, spaceAsPlus = false) {
}
function appLinkHost(): string {
const hostNamne = window.location.hostname || "";
if (hostNamne.endsWith("bitwarden.eu")) {
const hostName = window.location.hostname || "";
if (hostName.endsWith("bitwarden.eu")) {
return "bitwarden.eu";
}
if (hostNamne.endsWith("bitwarden.pw")) {