save oauth user_id and link users and accounts
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
{{ componentBody "nav_bar" }}
|
||||
{{ componentBody "nav_bar" "dot" . }}
|
||||
|
||||
<h1>Home</h1>
|
||||
|
||||
<h2><a href="/sign-up">Sign Up!</a></h2>
|
||||
{{- if and .UserID (not .Account.ID) }}
|
||||
<h2><a href="/account-creation">New Account</a></h2>
|
||||
{{- end }}
|
||||
|
||||
<h2><a href="/test-auth">Test Auth</a></h2>
|
||||
|
||||
<a href="/test-auth">Test Auth</a>
|
||||
|
||||
Reference in New Issue
Block a user