mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Fixed saving password on logging in unsecured mode
This commit is contained in:
parent
2e8f8bd7b6
commit
1fce57e119
7 changed files with 31 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue