Login

NOTE: This is a fake login form. It does not log you into anything or send your input data anywhere. Further, it is not implemented in a secure way. If you use it as a base, make sure to do all the right things, such as password hashing, secure session management, etc. This is only intended to show how "route actions" work.

This is coming from src/pages/__auth/login.page.tsx. The "__auth" part is a folder that is ignored because it is preceded by two underscores (i.e., "__"). This can help you to add arbitrary organization to your pages if you'd like.