Small improvement

This commit is contained in:
M66B
2023-03-19 09:19:54 +01:00
parent 45aeddbf05
commit 5a9bc77fe0

View File

@@ -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);