-
Notifications
You must be signed in to change notification settings - Fork 54
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
Replicate physician registration page #333
base: integration/webapp
Are you sure you want to change the base?
Replicate physician registration page #333
Conversation
@@ -11,7 +11,7 @@ | |||
"i18next-browser-languagedetector": "^4.0.2", | |||
"i18next-xhr-backend": "^3.2.2", | |||
"lodash": "^4.17.15", | |||
"msal": "^1.2.1", | |||
"msal": "^1.3.2", |
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.
doesn't this throw an error? I think there was an error starting from version 1.3.2
?
@@ -7,7 +7,7 @@ const basedConfig = { | |||
channel: process.env.REACT_APP_CORS_PUSHER_CHANNEL, | |||
}, | |||
aboutURL: process.env.REACT_APP_ABOUT_URL, | |||
siteURL: process.env.REACT_APP_SITE_URL | |||
physiciansPage: process.env.REACT_APP_PHYSICIANS_PAGE |
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.
do we need to update .env.example
as well since there's a change in env variable?
Motivation
Finishing up #88
Description
Upgraded to latest version of msal package
Passed signin function to menu
Added loading page
Fixes #88
Implementation
Upgraded to latest version of msal package
Passed signin function to menu
Added loading page
Type of change
Please delete options that are not relevant.
Screenshots/Links