You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You are logged in as <spanclassName="border rounded bg-body-tertiary text-body-secondary p-2">{user.displayName} ({user.providerName}@{user.provider})</span></p>
33
+
<p>Your email is <spanclassName="border rounded bg-body-tertiary text-body-secondary p-2">{user.email}</span></p>
34
+
<p>Your profile image is <imgclassName="px-2"src={user.avatar}alt={user.displayName}style={{"height":"2em"}}/></p>
{data ? <divclassName="alert alert-warning">It looks like you are already logged in! <RemixLinkclassName="alert-link"to="/auth/">View my user info</RemixLink></div> : <></>}
17
+
<formaction="/auth/github"method="post">
18
+
<buttontype="submit"className="btn btn-primary">Login with Github</button>
0 commit comments