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:
committed by
GitHub
parent
ad85664bc0
commit
4bc8ccfad9
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user