diff --git a/pages/login.tmpl b/pages/login.tmpl index 1c8e862..6c1b3ed 100644 --- a/pages/login.tmpl +++ b/pages/login.tmpl @@ -19,6 +19,16 @@ {{if and (not .SingleUser) .OpenRegistration}}

{{if .Message}}{{.Message}}{{else}}No account yet? Sign up to start a blog.{{end}}

{{end}} + {{ if .OauthSlack }} +

+ Sign-in with Slack. +

+ {{ end }} + {{ if .OauthWriteAs }} +

+ Sign-in with Write.As. +

+ {{ end }} + + +{{end}}