mirror of
https://github.com/j93es/oauth-backend.git
synced 2026-06-04 04:01:51 +09:00
feat: add Google login hint functionality
- Add environment configuration files (.env, .env.example) - Implement GoogleLoginHint addon module - Update addon initialization to include new module
This commit is contained in:
parent
1b3f58b432
commit
05bbdc65c1
4 changed files with 86 additions and 1 deletions
2
.env
Normal file
2
.env
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Google OAuth 설정
|
||||
GOOGLE_ID=bot.imnya.ng@gmail.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue