Back to Oauth2 Proxy

Sign In

pkg/app/pagewriter/sign_in.html

7.15.2433 B
Original Source

{{define "sign_in.html"}}

Sign In {{ if .LogoData }} {{.LogoData}} {{ end }} {{ if .SignInMessage }}

{{.SignInMessage}}

{{ end}} Sign in with {{.ProviderName}} {{ if .CustomLogin }}


Username

Password

Sign in {{ end }} {{ if eq .StatusCode 400 401 }} × {{ if eq .StatusCode 400 }} {{.StatusCode}}: Username cannot be empty {{ else }} {{.StatusCode}}: Invalid Username or Password {{ end }} {{ end }} {{end}}