Fixed saving password on logging in unsecured mode
This commit is contained in:
@@ -4,5 +4,5 @@ public interface SystemCallback {
|
||||
|
||||
void onError(Exception exception);
|
||||
|
||||
void onSuccess(String token, String salt);
|
||||
void onSuccess(String password, String token, String salt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user