32b4063185
* 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
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
export function shouldRequestEmailConfirmation() {
|
|
return false
|
|
}
|
|
|
|
export function snoozeEmailConfirmationPrompt() {}
|