Skip to content

Commit

Permalink
login page email frontend attributes added and linked with discovery …
Browse files Browse the repository at this point in the history
…page #44
  • Loading branch information
RumiAust authored and raghunandanarava committed Jun 7, 2022
1 parent 35359dc commit a87e728
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
</head>
<body>
<div class="center">
<h3>Hello Login Page</h3>

<button id="btn_back" onclick="location.href = 'http://localhost:8081/api/discovery/issuer';" class="button backButton">Back</button><br><br>
<h3>Please Enter your Email and Password to Login</h3>
<label for="user_email"><b>Email: </b></label><br>
<input type="text" id="user_email" name="user_email"><br>
<label for="user_password"><b>Password: </b></label><br>
<input type="text" id="user_password" name="user_password"><br><br>
<button id="btn_login" class="button loginButton">Login</button>
<button id="btn_back" onclick="location.href = 'http://localhost:8081/api/discovery/issuer';" class="button backButton">Back to Discovery</button><br><br>
</div>
</body>
</html>

0 comments on commit a87e728

Please sign in to comment.