Refactor previous COOPGO Identity service - Initial commit
This commit is contained in:
16
oidc-provider/templates/default/auth.html
Normal file
16
oidc-provider/templates/default/auth.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{define "auth"}}
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<h1>Login page</h1>
|
||||
<p>{{.error}}</p>
|
||||
<p>{{.realError}}</p>
|
||||
<form method="post">
|
||||
{{ .csrfField }}
|
||||
Username : <input type="text" name="username" />
|
||||
Password : <input type="text" name="password" />
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user