Fix missing export in e2e version

zio/stable
Paul Frazee 2023-11-30 12:47:40 -08:00
parent fcd22d4ccb
commit ee82e78d5c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
export function init() {}
export function shouldRequestEmailConfirmation() {
return false
}