We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4284148 commit 656c58fCopy full SHA for 656c58f
lib/src/storage_keys.dart
@@ -19,8 +19,8 @@ enum StorageKey {
19
/// Returns the snake_case string representation of the key for storage.
20
String get stringValue {
21
switch (this) {
22
- case StorageKey.pendingSignInEmail:
23
- return 'pending_signin_email';
+ case StorageKey.authToken:
+ return 'auth_token';
24
case StorageKey.hasSeenOnboarding:
25
return 'has_seen_onboarding';
26
}
0 commit comments