Feat/LOY-158 signup with existing email error handling * feat(LOY-158): Add handling for email conflict during signup - Implement specific error handling for email conflict in signup form - Add localized error message for existing email accounts across language dictionaries - Introduce new error type `conflictError` in trpc error handling * fix(LOY-158): revert translation changes * fix(LOY-158): Correct Finnish translation for cancellation message Approved-by: Christian Andolf
This is a Next.js project bootstrapped with create-next-app.
Getting Started
- Firt, make sure you have built the
design-systemonce:
yarn workspace @scandic-hotels/design-system build
-
Create a
.env.localfile in the root of thescandic-webdirectory with the keys from the.env.examplefile. -
Then run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!