-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dashboard): mobile experience #7652
Conversation
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Post('mobile-setup') | ||
async mobileSetup(@UserSession() user: UserSessionData) { | ||
if (!process.env.NOVU_INTERNAL_SECRET_KEY) { | ||
throw new Error('NOVU_INTERNAL_SECRET_KEY is not set'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add this validation in the apps/api/src/config/env.validators.ts as well.
we should to assume that this env is not undefined on this stage.
… into mobile-fixes-dashboard
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer