mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
3dbb121353
commit
e6104e0bf3
|
@ -173,7 +173,7 @@ public class ServiceAuthenticator extends Authenticator {
|
|||
|
||||
EntityLog.log(context, EntityLog.Type.General, "Token" +
|
||||
" provider=" + id + ":" + getAuthTypeName(auth_type) +
|
||||
" user" + user +
|
||||
" user=" + user +
|
||||
" expiration=" + (expiration == null ? null : new Date(expiration)) +
|
||||
" need=" + needsRefresh + "/" + authState.getNeedsTokenRefresh() +
|
||||
" force=" + forceRefresh);
|
||||
|
|
Loading…
Reference in New Issue