mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Debugging
This commit is contained in:
@@ -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:/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user