Skip to content

Commit

Permalink
Merge pull request #115 from Portkey-Wallet/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
FrankFeng1116 authored Jan 2, 2025
2 parents 91f59ae + 8258138 commit 0e737bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth-callback/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function AuthCallback() {
}, [getToken]);
return (
<div>
{false ? (
{error ? (
<div>{error}</div>
) : (
<div>
Expand Down

0 comments on commit 0e737bc

Please sign in to comment.