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": "ユーザー名を入力してください",