Skip to content

Commit

Permalink
remove third-party sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonweng committed Jan 3, 2019
1 parent 2bfb79d commit 46aae9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions views/auth/login.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
</ul>
{{end}}

<div>
<div>
{{range $provider := .GetProviders}}
<div>Login with {{$provider.GetName}}</div>
{{render (printf "auth/login/providers/%v" $provider.GetName)}}
{{end}}
</div>
</div>

<div>
<a href="{{.AuthURL "register"}}">Sign Up</a>
</div>
Expand Down
10 changes: 0 additions & 10 deletions views/auth/register.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
{{end}}
</ul>
{{end}}

<div>
<div>
{{range $provider := .GetProviders}}
<div>Register with {{$provider.GetName}}</div>
{{render (printf "auth/register/providers/%v" $provider.GetName)}}
{{end}}
</div>
</div>

<div>
<a href="{{.AuthURL "login"}}">Sign in</a>
</div>
Expand Down

0 comments on commit 46aae9f

Please sign in to comment.