mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-15 21:47:23 +00:00
Add automatic background lock to home screen; refactor repo names
This commit is contained in:
parent
27215e6596
commit
474f0c056b
10 changed files with 74 additions and 44 deletions
|
|
@ -17,7 +17,7 @@ abstract class ConfigRepo {
|
|||
|
||||
String get password;
|
||||
Future<void> setPassword(String password);
|
||||
Future<bool> get passwordSet;
|
||||
Future<bool> get passwordIsSet;
|
||||
Future<bool> matchesPasswordHash(String password);
|
||||
|
||||
Future<void> setConnectionConfig(ConnectionConfig config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue