mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Fix app asking for credential on every startup
This commit is contained in:
parent
a21a051cb5
commit
7bd2b10165
6 changed files with 116 additions and 52 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface SystemCallback {
|
||||
|
||||
void onError(Exception exception);
|
||||
|
||||
void onSuccess(String token, String salt);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue