更换schema,服务管理50%

This commit is contained in:
‘Liammcl’
2024-12-22 12:33:02 +08:00
parent 36db1f29b0
commit df0aa520ca
4 changed files with 322 additions and 91 deletions

View File

@@ -22,7 +22,6 @@ const Login = () => {
const handleGoogleLogin = async () => {
try {
await signInWithGoogle();
navigate("/");
} catch (error) {
console.error("Google login error:", error);
}