Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Mar 15, 2024
1 parent 476de78 commit 01b1bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ui/src/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function insertLoginForm() {
}
if (origin) {
if (!is_valid_url(origin)) {
throw new Error("Please provide a valid URL in `origin` query parameter");
throw new Error("Please provide a valid URL in the `origin` query parameter");
}
console.warn("`derivationOrigin` is enabled. Remember to disable alternative origins in the production canister.");
}
Expand Down

0 comments on commit 01b1bd3

Please sign in to comment.