Skip to content

ADD GitHub signin/sign up functionlity to Migration/next #176

Open
m15e wants to merge 6 commits intoOpenMined:migration/nextfrom
m15e:migration/next
Open

ADD GitHub signin/sign up functionlity to Migration/next #176
m15e wants to merge 6 commits intoOpenMined:migration/nextfrom
m15e:migration/next

Conversation

@m15e
Copy link

@m15e m15e commented Apr 23, 2021

Description

  • Add Github Signin
  • Add Github Signup

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

lastName = splitName.length >= 2 ? splitName.slice(1).join(' ') : ''
}

const profile = authUser.additionalUserInfo.profile as any
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using any here. The type for the profile can be inferred from the lines below.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I removed the as any line

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.

2 participants