Skip to content

Commit

Permalink
Fix WebauthnRpId for local builds with hostname
Browse files Browse the repository at this point in the history
Co-authored-by: ivk <[email protected]>
  • Loading branch information
hrb-hub and charlag committed Dec 20, 2024
1 parent cd26253 commit 735329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/DevBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 735329c

Please sign in to comment.