Fixed saving password on logging in unsecured mode

This commit is contained in:
CappielloAntonio 2022-01-11 15:50:22 +01:00
parent 2e8f8bd7b6
commit 1fce57e119
7 changed files with 31 additions and 16 deletions

View file

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