Skip to content

Commit

Permalink
Fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hookor authored and cuconveniencestore committed Jun 4, 2024
1 parent e473830 commit 3e9b6ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 112 deletions.
110 changes: 0 additions & 110 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/components/start/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ const SignIn = () => {
if (res) {
const { accessToken } = res as ddockerSignInType;
const singIn = async () => {
await getMyInfo();
navToHome();
(await getMyInfo()) && navToHome();
};
return accessToken ? singIn() : navToSignUp();
}
Expand Down

0 comments on commit 3e9b6ad

Please sign in to comment.