Verify email reminders (#4510)

* Clarify intent

* Increase email reminder period to once per day

* Fallback

* Snooze immediately after account creation, prevent showing right after signup

* Fix e2e test exports

* Remove redundant check

* Better simple date generation

* Replace in DateField

* Use non-string comparison

* Revert change to unrelated code

* Also parse

* Remove side effect
This commit is contained in:
Eric Bailey
2024-06-18 17:21:34 -05:00
committed by GitHub
parent 853c32b4d8
commit 32b4063185
5 changed files with 53 additions and 27 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
export function init() {}
export function shouldRequestEmailConfirmation() {
return false
}
export function setEmailConfirmationRequested() {}
export function snoozeEmailConfirmationPrompt() {}