mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Log OAuth
This commit is contained in:
parent
7caf8887b7
commit
9a38441e14
1 changed files with 1 additions and 3 deletions
|
@ -287,9 +287,7 @@ public class FragmentOAuth extends FragmentBase {
|
||||||
|
|
||||||
AuthorizationRequest authRequest = authRequestBuilder.build();
|
AuthorizationRequest authRequest = authRequestBuilder.build();
|
||||||
|
|
||||||
Log.i("OAuth request provider=" + provider.id);
|
Log.i("OAuth request provider=" + provider.id + " uri=" + authRequest.toUri());
|
||||||
if (BuildConfig.DEBUG)
|
|
||||||
Log.i("OAuth uri=" + authRequest.toUri());
|
|
||||||
Intent authIntent = authService.getAuthorizationRequestIntent(authRequest);
|
Intent authIntent = authService.getAuthorizationRequestIntent(authRequest);
|
||||||
if (authIntent.resolveActivity(getContext().getPackageManager()) == null)
|
if (authIntent.resolveActivity(getContext().getPackageManager()) == null)
|
||||||
throw new ActivityNotFoundException(authIntent.toString());
|
throw new ActivityNotFoundException(authIntent.toString());
|
||||||
|
|
Loading…
Reference in a new issue