Skip to content

Commit

Permalink
feat: ✨ test
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent ec9f0e6 commit 47d4b75
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 @@ -37,6 +37,7 @@ const LoginPage: FC = () => {
const [searchParams] = useSearchParams();

const handleLogin = async (values: any) => {
debugger;
try {
setLoading(true);
const userInfo = await loginAction({
Expand Down

0 comments on commit 47d4b75

Please sign in to comment.