Add QrCode authentication
This commit is contained in:
@ -51,6 +51,7 @@ class SecureStorage {
|
||||
if (tokenStr != null) {
|
||||
return ApiToken.fromJson(jsonDecode(tokenStr));
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/// Set auth token
|
||||
|
Reference in New Issue
Block a user