users sample password type=text->type=password

Change the password input of the users sample from type of text to type
password.

gh-49
This commit is contained in:
Rob Winch
2014-11-17 12:59:42 -06:00
parent a0805e8411
commit 6b6ed48095

View File

@@ -70,7 +70,7 @@
</div>
<div class="form-group">
<label for="password">Password</label>
<input id="password" type="text" name="password"/>
<input id="password" type="password" name="password"/>
</div>
<input type="submit" value="Login"/>
</form>