Currently, when you don't have an account, and you click "Sign in", you might start typing in your email & desired password already, try to "Sign in", only to get an error that you need to create an account first.
When clicking the Register link below it, your registration form starts empty. I would be better if your password is carried over from the mistaken sign-in.
This could be achieved by setting values to a Svelte store (preferable). Query parameters are not advisable, especially for the password.
Currently, when you don't have an account, and you click "Sign in", you might start typing in your email & desired password already, try to "Sign in", only to get an error that you need to create an account first.
When clicking the Register link below it, your registration form starts empty. I would be better if your password is carried over from the mistaken sign-in.
This could be achieved by setting values to a Svelte store (preferable). Query parameters are not advisable, especially for the password.