Add SecureStorageController
This commit is contained in:
parent
4798ae0554
commit
c3376bf780
10 changed files with 136 additions and 188 deletions
|
|
@ -40,7 +40,7 @@ class ClientController extends AsyncNotifier<Client> {
|
|||
identifier: AuthenticationUserIdentifier(user: username),
|
||||
password: password,
|
||||
);
|
||||
//TODO: refresh
|
||||
ref.invalidateSelf();
|
||||
return true;
|
||||
} catch (_) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue