mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Fix app asking for credential on every startup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user