Skip to content

Commit 4284148

Browse files
authored
Update storage_keys.dart
Signed-off-by: fulleni <fulleni@hotmail.com>
1 parent 1c86311 commit 4284148

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/src/storage_keys.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import 'package:ht_kv_storage_service/src/ht_kv_storage_service.dart';
99
/// getter to access the underlying string representation for storage.
1010
/// {@endtemplate}
1111
enum StorageKey {
12-
/// Key for storing the email address used during a passwordless sign-in
13-
/// process.
14-
pendingSignInEmail,
12+
/// Key for storing the authentication token needed for interraction with tha backend API.
13+
authToken,
1514

1615
/// Key for storing a boolean flag indicating whether the user has completed
1716
/// the onboarding flow.

0 commit comments

Comments
 (0)