Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seelengxd committed Sep 20, 2024
1 parent 5def143 commit b59319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/auth/google/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function GoogleOAuth() {
<span className="max-w-sm">
{isLoading
? "Hang tight! We're logging you in. This shouldn't take too long."
: "All done! You should be redirected :qsoon."}
: "All done! You should be redirected soon."}
</span>
{!isLoading && (
<Link className="p-2" href={"/"} size={"sm"}>
Expand Down

0 comments on commit b59319d

Please sign in to comment.