From aca8d2948da67b32445dc8da54b561ff08bf5c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 3 Apr 2023 12:43:05 +0200 Subject: [PATCH] fix(auth): relying party id --- packages/auth/src/Bootstrap/Container.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/Bootstrap/Container.ts b/packages/auth/src/Bootstrap/Container.ts index 351e9578e..bb381dca7 100644 --- a/packages/auth/src/Bootstrap/Container.ts +++ b/packages/auth/src/Bootstrap/Container.ts @@ -452,7 +452,7 @@ export class ContainerConfigLoader { .toConstantValue(env.get('U2F_RELYING_PARTY_NAME', true) ?? 'Standard Notes') container .bind(TYPES.U2F_RELYING_PARTY_ID) - .toConstantValue(env.get('U2F_RELYING_PARTY_ID', true) ?? 'standardnotes.com') + .toConstantValue(env.get('U2F_RELYING_PARTY_ID', true) ?? 'app.standardnotes.com') container .bind(TYPES.U2F_EXPECTED_ORIGIN) .toConstantValue(