We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1b0f3 commit 86fe573Copy full SHA for 86fe573
src/components/@section_modal/ModalPopup.tsx
@@ -67,7 +67,7 @@ export const ModalPopup: React.FunctionComponent<ModalPopupProps> = (props: Moda
67
</div>
68
)}
69
{showGithubLoginButton && (
70
- <a href='/login' className="bb-collabocate_github-button">Login with Github</a>
+ <a href='http://app.localhost:3000/login' className="bb-collabocate_github-button">Login with Github</a>
71
72
73
0 commit comments