mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Small improvement
This commit is contained in:
@@ -529,7 +529,7 @@ public class EmailService implements AutoCloseable {
|
||||
if (auth == AUTH_TYPE_OAUTH) {
|
||||
Long expiration = authenticator.getAccessTokenExpirationTime();
|
||||
if (expiration != null && expiration < new Date().getTime())
|
||||
msg = "Access token expired at " + new Date(expiration) + "\n" + msg;
|
||||
msg = msg + "\n" + "Access token expired at " + new Date(expiration);
|
||||
}
|
||||
|
||||
Throwable c = ex1;
|
||||
|
||||
Reference in New Issue
Block a user