From 735329cb2931950b16fd947db9ff6607e7b8562f Mon Sep 17 00:00:00 2001 From: hrb-hub <181954414+hrb-hub@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:39:14 +0100 Subject: [PATCH] Fix WebauthnRpId for local builds with hostname Co-authored-by: ivk --- buildSrc/DevBuild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/DevBuild.js b/buildSrc/DevBuild.js index 298142e7f79e..3ac85dda893b 100644 --- a/buildSrc/DevBuild.js +++ b/buildSrc/DevBuild.js @@ -65,7 +65,7 @@ export async function runDevBuild({ stage, host, desktop, clean, ignoreMigration legacyWebauthnUrl: `${protocol}//${hostname}:${port}/webauthn`, webauthnMobileUrl: `${protocol}//${hostname}:${port}/webauthnmobile`, legacyWebauthnMobileUrl: `${protocol}//${hostname}:${port}/webauthnmobile`, - webauthnRpId: `${hostname}:${port}`, + webauthnRpId: `${hostname}`, u2fAppId: `${protocol}//${hostname}:${port}/u2f-appid.json`, giftCardBaseUrl: `${protocol}//${hostname}:${port}/giftcard`, referralBaseUrl: `${protocol}//${hostname}:${port}/signup`,