mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Debugging
This commit is contained in:
parent
4045f20f13
commit
73c4ca4ee4
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ public class FragmentOAuth extends FragmentBase {
|
|||
|
||||
String clientId = provider.oauth.clientId;
|
||||
Uri redirectUri = Uri.parse(provider.oauth.redirectUri);
|
||||
if ("gmail".equals(id) && BuildConfig.DEBUG) {
|
||||
if ("gmail".equals(id) && BuildConfig.DEBUG && false) {
|
||||
clientId = "803253368361-hr8kelm53hqodj7c6brdjeb2ctn5jg3p.apps.googleusercontent.com";
|
||||
redirectUri = Uri.parse("eu.faircode.email.debug:/");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue