Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Oct 10, 2023
1 parent 5d3fa2e commit 464076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function LoginPage(props: {
{loginState.rejectedReason ===
LoginRejectedReason.NO_ACCOUNT_FOUND ? (
<div>
No account found, please <a href="/signup">sign up</a>.
No account found, please <a href="/admin/signup">sign up</a>.
</div>
) : (
"Error signing in"
Expand Down

0 comments on commit 464076e

Please sign in to comment.