Fix missing export in e2e version

This commit is contained in:
Paul Frazee
2023-11-30 12:47:40 -08:00
parent fcd22d4ccb
commit ee82e78d5c
+2
View File
@@ -1,3 +1,5 @@
export function init() {}
export function shouldRequestEmailConfirmation() {
return false
}