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": "登录",
"register": "注册",
"or": "或者",
"githubLogin": "使用 GitHub 账号登录"
"githubLogin": "使用 GitHub 账号登录",
"googleLogin": "使用 Google 账号登录"
},
"errors": {
"usernameRequired": "请输入用户名",