Esaú Morais
af505935bd
fix: update top banner ( #9580 )
...
* fix: update wrong banner message in english
* fix: update `resend_email` translation in pt-BR
* chore: add `Icon` prop to `TopBanner` component
* fix: remove unnecessary variant scope
* Remove translations so they can be retranslated, complete design
* Changed key of already translated entry
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-06-17 01:06:04 +00:00
Udit Takkar
e513180d7e
fix: check user session in banner ( #9530 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-06-15 09:36:09 +01:00
Udit Takkar
3116d6df1a
fix: Email verification banner ( #9519 )
2023-06-15 11:41:32 +05:30
Udit Takkar
9b28b7f78a
fix: remove duplicate value i18n ( #8547 )
...
* fix: remove duplicate value i18n
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add duplicate check in next config
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: remove more duplicates
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: description on two factor page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Update apps/web/next.config.js
* Update apps/web/next.config.js
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-08 13:37:54 +00:00
sean-brydon
9e70a985e4
feat: email verification ( #9081 )
...
* Verify - inital email commit
* Add token type - api redirect - migration
* Redirect and valid api callback route
* Update email design
* Change signup URL to redirect to verify-email
* Add feature flag - add a11y text to email - add top banner
* Shell shouldnt redirect to onboarding if the user needs to verify account
* Move flag check to server
* Cleanup
* Rate limit
* Fix redirects
* Remove api signup mess
* Double negation for forced bool
* Fix props
* Update packages/emails/templates/account-verify-email.ts
* Enable migration by default
* Fix typos
* Fix google verify issue
* Update packages/features/auth/lib/verifyEmail.ts
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
* NITS: @harioms addressed
* Remove schema changes
* Fix NITs+ improvments
* Update apps/web/pages/api/auth/verify-email.ts
Co-authored-by: Omar López <zomars@me.com>
* Update packages/features/ee/common/components/LicenseRequired.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/pages/api/auth/verify-email.ts
Co-authored-by: Omar López <zomars@me.com>
* Always preloads feature flags
* Update verifyEmail.ts
* Update schema.prisma
* Type fix
---------
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-07 07:27:48 +00:00