Merge branch 'dev' of github.com:Tria-plc/emaui into feature/fayda-auth-and-email-notifications

This commit is contained in:
mihretue
2026-08-27 17:07:31 +03:00
61 changed files with 2034 additions and 480 deletions

View File

@@ -34,6 +34,6 @@ VITE_USE_MOCKS=false
# page at /callback and /signup/fayda/callback, and whichever path is registered
# with Fayda must match the API's FAYDA_REDIRECT_URI exactly.
#
# The value being registered first is http://localhost:3000/callback, so the
# The value being registered first is http://localhost:3001/callback, so the
# portal's dev server now listens on 3000 and emaapi moves to 3001. Nothing
# extra to run — `nx serve portal` already binds the right port.