style: login form style

This commit is contained in:
jialin
2025-08-13 16:25:26 +08:00
parent cf70bd2dc1
commit f2583e152a
10 changed files with 257 additions and 179 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export const useLocalAuth = ({
}
onSuccess?.(userInfo);
} catch (error) {
} catch (error: any) {
onError?.(error);
}
};