Commit 2aa0baf9 authored by Josh Ji's avatar Josh Ji

hide username field and login button

parent c869477f
Pipeline #3654 failed with stage
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<input type="text" class="form-control" id="username" required> <!-- <input type="text" class="form-control" id="username" required>-->
</div> </div>
</div> </div>
<!-- <div class="row" style="padding-top: 60px;">--> <!-- <div class="row" style="padding-top: 60px;">-->
...@@ -134,12 +134,12 @@ ...@@ -134,12 +134,12 @@
<button class="btn-color" id="credential-button" style="width: 100%">Register</button> <button class="btn-color" id="credential-button" style="width: 100%">Register</button>
</div> </div>
<!-- <div class="col py-3">--> <!-- <div class="col py-3">-->
<button class="btn-color" id="authenticate-button" style="width: 100%">Login</button> <!-- <button class="btn-color" id="authenticate-button" style="width: 100%">Login</button>-->
<!-- </div>--> <!-- </div>-->
<!-- </div>--> <!-- </div>-->
<div> <div>
<input type="hidden" id="active"> <input type="hidden" id="active">
<!-- <input type="hidden" id="username" value="Josh Ji">--> <input type="hidden" id="username" value="Josh Ji">
<!-- <input type="hidden" id="credential-button">--> <!-- <input type="hidden" id="credential-button">-->
<!-- <input type="hidden" id="switch-rk" >--> <!-- <input type="hidden" id="switch-rk" >-->
<!-- <input type="hidden" id="switch-rr" >--> <!-- <input type="hidden" id="switch-rr" >-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment