Skip to content

Commit 656c58f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/storage_keys.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ enum StorageKey {
1919
/// Returns the snake_case string representation of the key for storage.
2020
String get stringValue {
2121
switch (this) {
22-
case StorageKey.pendingSignInEmail:
23-
return 'pending_signin_email';
22+
case StorageKey.authToken:
23+
return 'auth_token';
2424
case StorageKey.hasSeenOnboarding:
2525
return 'has_seen_onboarding';
2626
}

0 commit comments

Comments
 (0)