Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Removed plain-text password.
  • Loading branch information
XigenMatt committed May 28, 2014
1 parent 2de5f5a commit 20ea12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<h3 data-bind="text: loginGreeting">Hello.</h3>

<input type="text" name="username" placeholder="Username" value="mattm" />
<input type="password" name="pass" placeholder="Password..." value="jr74anAQ" />
<input type="password" name="pass" placeholder="Password..." value="XXXXXXXX" />

<button class="btn btn--white btn--expand">Login</button>

Expand Down Expand Up @@ -303,4 +303,4 @@ <h3>Editing Timelog from <span data-date>DD/MM/YYYY</span></h3>
<script src="assets/js/XT_TaskFilter.js"></script>
<script src="assets/js/XT_Runtime.js"></script>
</body>
</html>
</html>

0 comments on commit 20ea12e

Please sign in to comment.