Help fix the password auth in my sveltekit example
I tried that in a new sveltekit app, but got some problems, please help me find out where I'm wrong.
layout to init convex filename=src/routes/+layout.svelte:
UI to render the form filename=src/routes/+page.svelte:
Server to handle auth params filename=src/routes/+page.server.ts:
