Skip to content
Snippets Groups Projects
Commit fb1d6ecf authored by yasinhessnawi's avatar yasinhessnawi
Browse files

updated the index.html to hide the password when logging in.

parent 4dad1fcb
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</div> </div>
<form class="main" id="loginForm" onsubmit="login(event)"> <form class="main" id="loginForm" onsubmit="login(event)">
<input class="loginInput" placeholder="Brukernavn..." id="username" required pattern="([\w]+)"> <input class="loginInput" placeholder="Brukernavn..." id="username" required pattern="([\w]+)">
<input class="loginInput" placeholder="Password..." id="password" required pattern="([\w]+)"> <input class="loginInput" type="password" placeholder="Password..." id="password" required pattern="([\w]+)">
<button class="loginBtn">Logg inn</button> <button class="loginBtn">Logg inn</button>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment