complete authentication flow and email verification link implementation #232
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const Constants = {
|
|||
KEY_FIRST_RUN_EMAIL: "firstRunEmail",
|
||||
KEY_SHOULD_VERIFY_EMAIL: "shouldVerifyEmail",
|
||||
![]() The value for the The value for the `SETTING_*` key should actually be camel case.
|
||||
|
||||
SETTING_ALPHA_UNDERSTANDS_RISKS: "ALPHA_UNDERSTANDS_RISKS",
|
||||
SETTING_ALPHA_UNDERSTANDS_RISKS: "alphaUnderstandRisks",
|
||||
|
||||
ACTION_FIRST_RUN_PAGE_CHANGED: "FIRST_RUN_PAGE_CHANGED",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue
Why is this value camel case unlike the others?