Skip to content

Commit

Permalink
fix: auth github
Browse files Browse the repository at this point in the history
  • Loading branch information
leduyhien152 committed Mar 20, 2024
1 parent a5cf253 commit c641ca4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/auth/github-successfully/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ const Auth = () => {
<CheckCircleHalfColoredLine className="w-10 h-10 text-success-solid" />
</div>
<p className="text-2xl sm:text-3.5xl sm:leading-9 font-semibold text-text-primary">
You&apos;re already logged in.
You&apos;re logged in.
</p>
<p className="text-base sm:text-lg text-text-primary">
Continue setting up Tono Bot for your community by going back to your
Discord server.
You can safely turn off this page
</p>
</div>
);
Expand Down

0 comments on commit c641ca4

Please sign in to comment.