Skip to content
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

Draft
wants to merge 15 commits into
base: integration/webapp
Choose a base branch
from

Conversation

mrememisaac
Copy link
Contributor

Motivation

Finishing up #88

  1. Login link in nav should take user straight to login form
  2. Fix issue where authenticated user is not immediately redirected to the physicians view
  3. Fix issue where if user is signed into multiple social media accounts, an error occurs when he tries to sign in with one of them

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.

  • [] Bug fix (non-breaking change which fixes an issue)

Screenshots/Links

@mrememisaac
Copy link
Contributor Author

@gitjul @sethuraj please review

@aviskarkc10 aviskarkc10 changed the base branch from master to integration/webapp June 27, 2020 10:31
@@ -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",
Copy link
Collaborator

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URGENT: Replicate Physician Registration Page with Unbounce Implementation
2 participants