Skip to content

Commit

Permalink
updated recover account link
Browse files Browse the repository at this point in the history
  • Loading branch information
niftyvictor committed Feb 14, 2025
1 parent d79d6cb commit 209c789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/build/recipe/webauthn/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function getRecoverAccountLink(input) {
})
.getAsStringDangerous() +
input.appInfo.websiteBasePath.getAsStringDangerous() +
"/recover-account?token=" +
"/webauthn/recover?token=" +
input.token +
"&tenantId=" +
input.tenantId
Expand Down
2 changes: 1 addition & 1 deletion lib/ts/recipe/webauthn/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function getRecoverAccountLink(input: {
})
.getAsStringDangerous() +
input.appInfo.websiteBasePath.getAsStringDangerous() +
"/recover-account?token=" +
"/webauthn/recover?token=" +
input.token +
"&tenantId=" +
input.tenantId
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@
"browser": {
"fs": false
}
}
}

0 comments on commit 209c789

Please sign in to comment.