Basic authentication flow
This commit is contained in:
parent
c58cf0e10c
commit
2e38ecd15b
4 changed files with 33 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
</div>
|
||||
|
||||
<div class="input-container">
|
||||
<input placeholder="" type="password" tabindex="1" />
|
||||
<input id="password-input" placeholder="" type="password" tabindex="1" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -75,6 +75,7 @@
|
|||
<script src="js/session-select.js"></script>
|
||||
<script src="js/idle-hide.js"></script>
|
||||
<script src="js/hostname.js"></script>
|
||||
<script src="js/authenticate.js"></script>
|
||||
<script src="js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue