Skip to content

Commit

Permalink
fix: loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFeng1116 committed Jan 2, 2025
1 parent ec0110a commit 84a1317
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 84a1317

Please sign in to comment.