mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Oops
This commit is contained in:
parent
a73e65784d
commit
25c1fba61f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class ServiceAuthenticator extends Authenticator {
|
|||
}
|
||||
|
||||
String refreshToken(boolean expire) throws AuthenticatorException, OperationCanceledException, IOException, JSONException, MessagingException {
|
||||
if (auth == AUTH_TYPE_GMAIL && provider != null) {
|
||||
if (auth == AUTH_TYPE_GMAIL) {
|
||||
GmailState authState = GmailState.jsonDeserialize(password);
|
||||
authState.refresh(context, user, expire, keep_alive);
|
||||
Long expiration = authState.getAccessTokenExpirationTime();
|
||||
|
|
Loading…
Reference in a new issue