Skip to content

Commit

Permalink
test: ✅ test
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent ebe84fc commit ec9f0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin/src/views/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const LoginPage: FC = () => {
message.success('登陆成功!');
}
} catch (error) {
debugger;
message.error((error as unknown as Error).message);
} finally {
setLoading(false);
Expand Down

0 comments on commit ec9f0e6

Please sign in to comment.