Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kotto5 committed Feb 18, 2024
1 parent 7845ae3 commit 319c2f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/app/ui/auth/signup-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default function SignUpForm() {
<Separator className="shrink self-center" />
</div>
<Button className="w-full" asChild>
<a href={`${process.env.NEXT_PUBLIC_API_URL}/auth/signup/oauth2/42`}>
<a
href={`${process.env.NEXT_PUBLIC_API_URL}/auth/signup/oauth2/42`}
>
Sign up with 42
</a>
</Button>
Expand Down

0 comments on commit 319c2f7

Please sign in to comment.