Skip to content

Commit

Permalink
Add more explicit sign-up option to sign-in page
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Nov 11, 2024
1 parent 3e99258 commit 9ba7de5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/auth/sign-in/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export const SignInForm = (props: Props) => {
Přihlásit přes Slack
</a>
</p>
<p className="typo-caption">
<a className="typo-link" href={Route.register({ email, callbackUrl })}>
Založit nový účet
</a>
</p>
</form>
);
};
Expand Down

0 comments on commit 9ba7de5

Please sign in to comment.