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": "사용자 이름을 입력해주세요",