Latest update broke `emailAndPassword: {autoSignIn: true}`
Since the latest release,
I'm using Sveltekit.
When reverting to a previous version it's magically fixed.
autoSignIn: true is broken on my side. Currently the project is setup with requireEmailVerification: true as well. I understand that the default behavior is set to true but even explicitly setting it wont fix it.I'm using Sveltekit.
When reverting to a previous version it's magically fixed.