Skip to content

Commit

Permalink
fix(oauth-result): success toast typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 11, 2024
1 parent 710eb1b commit 9e5db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/oauth-result/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const OauthResultPage = ({ searchParams }: { searchParams: OAuthResultParams })
<div className="flex h-[90vh] flex-col justify-center p-10 text-center">
<h1 className="mb-3 font-bold text-2xl">
{searchParams.status === "success"
? `${rewardConfig?.name} successfully conneted!`
? `${rewardConfig?.name} successfully connected!`
: searchParams.platform
? `${rewardConfig?.name} connection failed`
: "Connection unsuccessful"}
Expand Down

0 comments on commit 9e5db04

Please sign in to comment.