1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Disable Gmail OAuth

This commit is contained in:
M66B 2019-12-22 12:37:00 +01:00
parent 7a89b96449
commit 0c215ad46c

View file

@ -19,7 +19,7 @@
authorizationEndpoint="https://accounts.google.com/o/oauth2/v2/auth"
clientId="803253368361-574lor1js3csqif9nogkhk5m7688af3c.apps.googleusercontent.com"
clientSecret="9iyiDx1LEfpg3fpH6DqzoIcG"
enabled="true"
enabled="false"
redirectUri="https://oauth.faircode.eu/"
scopes="https://mail.google.com/"
tokenEndpoint="https://oauth2.googleapis.com/token" />