feature: Group Login and Register(scaffold here)
- Created a new localized group
auth in which the Login and Register
will reside alongside their own layout
- Implemented a first version(scaffolding) of the Register page with
it's form, mostly copying from Login
- Made empty scaffold of the register method in the
actions.ts, will
implement it next
Note: For now, in the RegisterForm, there will be check for the type
of the errorMessage if it's a string and then if it exists, this is
temporary since the register method in the actions is not implemented.
Once it is, this needs to be changed