feat(auth): add Google OAuth support

This commit is contained in:
beilunyang
2025-12-07 17:50:27 +08:00
parent 3ad30301a9
commit dd109a464a
13 changed files with 162 additions and 36 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"login": "Login",
"register": "Sign Up",
"or": "OR",
"githubLogin": "Login with GitHub"
"githubLogin": "Login with GitHub",
"googleLogin": "Login with Google"
},
"errors": {
"usernameRequired": "Please enter username",