added front html nigel in the mud route function with openapi - gen clean up the code a little after pull request
39 lines
898 B
HTML
39 lines
898 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
<head>
|
|
<title>Demo Page For Login :)</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>
|
|
Welcome <span id="t-username"></span>
|
|
</h1>
|
|
<input id="i-username" type="text" placeholder="Username">
|
|
</input>
|
|
<input id="i-password" type="text" placeholder="Password">
|
|
</input>
|
|
<br />
|
|
<input id="i-otp" type="text" placeholder="OTP">
|
|
</input>
|
|
<button id="b-otpSend">OTP - Send</button>
|
|
<br />
|
|
<br />
|
|
<button id="b-login">Login</button>
|
|
<button id="b-login-guest">Login as Guest</button>
|
|
<br />
|
|
<button id="b-logout">Logout</button>
|
|
<br />
|
|
<button id="b-signin">Signin</button>
|
|
<br />
|
|
<button id="b-whoami">Whoami</button>
|
|
<div>
|
|
<button id="b-otpStatus">OTP - Status</button>
|
|
<button id="b-otpEnable">OTP - Enable</button>
|
|
<button id="b-otpDisable">OTP - Disable</button>
|
|
</div>
|
|
<pre id="d-response"></pre>
|
|
<script src="./login_demo.js"> </script>
|
|
</body> -->
|
|
|
|
</html>
|