Can now run as a Ory Hydra login and consent app
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SSO Login</title>
|
||||
<script src="/login/login.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form action="password" method="post">
|
||||
<form method="post">
|
||||
<table>
|
||||
<tr>
|
||||
<td><label for="user">User</label></td>
|
||||
@@ -18,7 +19,7 @@
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<input type="submit" value="Log in">
|
||||
<input type="submit" value="Log in" id="doit">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user