style: login form style
This commit is contained in:
@@ -83,7 +83,7 @@ export const useLocalAuth = ({
|
||||
}
|
||||
|
||||
onSuccess?.(userInfo);
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
onError?.(error);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user