mirror of https://github.com/M66B/FairEmail.git
Debugging
This commit is contained in:
parent
4045f20f13
commit
73c4ca4ee4
|
@ -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 New Issue