Small improvement

pull/212/head
M66B 3 years ago
parent 45aeddbf05
commit 5a9bc77fe0

@ -2424,7 +2424,7 @@ public class Log {
for (EntityAccount account : accounts) for (EntityAccount account : accounts)
if (account.synchronize) if (account.synchronize)
try { try {
String info = null; String info = "pwd";
if (account.auth_type == ServiceAuthenticator.AUTH_TYPE_OAUTH || if (account.auth_type == ServiceAuthenticator.AUTH_TYPE_OAUTH ||
account.auth_type == ServiceAuthenticator.AUTH_TYPE_GRAPH) account.auth_type == ServiceAuthenticator.AUTH_TYPE_GRAPH)
info = getTokenInfo(account.password, account.auth_type); info = getTokenInfo(account.password, account.auth_type);

Loading…
Cancel
Save