// This file was generated by the makefile. Do not edit. package server // defaultTemplates is a key for file name to file data of the files in web/templates. var defaultTemplates = map[string]string{ "approval.html": "{{ template \"header.html\" . }}\n\n
\n

Grant Access

\n\n
\n
\n
{{ .Client }} would like to:
\n {{ range $scope := .Scopes }}\n
  • \n
    \n {{ $scope }}\n
    \n
  • \n {{ end }}\n
    \n
    \n\n
    \n
    \n
    \n \n \n \n
    \n
    \n
    \n
    \n \n \n \n
    \n
    \n
    \n\n
    \n\n{{ template \"footer.html\" . }}\n", "footer.html": " \n \n\n", "header.html": "\n\n \n \n \n {{ .Issuer }}\n \n \n \n\n \n
    \n
    \n \n
    \n
    \n\n
    \n\n", "login.html": "{{ template \"header.html\" . }}\n\n
    \n

    Log in to {{ .Issuer }}

    \n\n
    \n {{ range $c := .Connectors }}\n \n {{ end }}\n
    \n\n
    \n\n\n{{ template \"footer.html\" . }}\n", "password.html": "{{ template \"header.html\" . }}\n\n
    \n

    Log in to Your Account

    \n
    \n
    \n
    \n \n
    \n\t \n
    \n
    \n
    \n \n
    \n\t \n
    \n \n\n {{ if .Invalid }}\n
    \n Invalid username and password.\n
    \n {{ end }}\n\n \n\n
    \n
    \n\n{{ template \"footer.html\" . }}\n", }