Update config auth

This commit is contained in:
Norbert Schmidt
2023-01-16 11:38:16 +01:00
parent ef5d8e15d4
commit 96734e4f60
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"plugins": {
"GoogleAuth": {
"scopes": ["profile", "email"],
"clientId": "778522712103-tqkc468qermr7hvbqsmm2p2ueglcmjsi.apps.googleusercontent.com",
"clientId": "your key here.apps.googleusercontent.com",
"forceCodeForRefreshToken" : true
}
}