This commit is contained in:
Oizaro 2020-09-24 01:29:12 +02:00
parent 2fd19ada91
commit 45c29cf0b8
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ public class AuthManager {
this.service = service; this.service = service;
} }
public String getAccountType() { public String getAccountType() {
if (accountType == null) if (accountType == null)
accountType = AuthConstants.DEFAULT_ACCOUNT_TYPE; accountType = AuthConstants.DEFAULT_ACCOUNT_TYPE;