Can now run as a Ory Hydra login and consent app
This commit is contained in:
13
resources/templates/consent.html
Normal file
13
resources/templates/consent.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Consent request</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<pre>{{ .ConsentRequest }}</pre>
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user