mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Small improvement
This commit is contained in:
@@ -2424,7 +2424,7 @@ public class Log {
|
||||
for (EntityAccount account : accounts)
|
||||
if (account.synchronize)
|
||||
try {
|
||||
String info = null;
|
||||
String info = "pwd";
|
||||
if (account.auth_type == ServiceAuthenticator.AUTH_TYPE_OAUTH ||
|
||||
account.auth_type == ServiceAuthenticator.AUTH_TYPE_GRAPH)
|
||||
info = getTokenInfo(account.password, account.auth_type);
|
||||
|
||||
Reference in New Issue
Block a user