更换schema,服务管理50%
This commit is contained in:
@@ -22,7 +22,6 @@ const Login = () => {
|
||||
const handleGoogleLogin = async () => {
|
||||
try {
|
||||
await signInWithGoogle();
|
||||
navigate("/");
|
||||
} catch (error) {
|
||||
console.error("Google login error:", error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user