mirror of https://github.com/M66B/FairEmail.git
Log OAuth
This commit is contained in:
parent
7caf8887b7
commit
9a38441e14
|
@ -287,9 +287,7 @@ public class FragmentOAuth extends FragmentBase {
|
|||
|
||||
AuthorizationRequest authRequest = authRequestBuilder.build();
|
||||
|
||||
Log.i("OAuth request provider=" + provider.id);
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("OAuth uri=" + authRequest.toUri());
|
||||
Log.i("OAuth request provider=" + provider.id + " uri=" + authRequest.toUri());
|
||||
Intent authIntent = authService.getAuthorizationRequestIntent(authRequest);
|
||||
if (authIntent.resolveActivity(getContext().getPackageManager()) == null)
|
||||
throw new ActivityNotFoundException(authIntent.toString());
|
||||
|
|
Loading…
Reference in New Issue