Skip to content

Commit

Permalink
TEST: login pending test (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeong-jj committed Jan 5, 2025
1 parent ebacc44 commit 19142f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/oauth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function OAuth() {
});
}

if (!checkProperAccess()) return <Redirect to="/member-login" />;
if (!code && !checkProperAccess()) return <Redirect to="/member-login" />;
return (
<div className="flex flex-col gap-4 mt-8">
<Skeleton className="w-full h-10 bg-gray-400" />
Expand Down

0 comments on commit 19142f7

Please sign in to comment.