We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4d34f commit 8b12016Copy full SHA for 8b12016
templates/management.html
@@ -34,7 +34,7 @@ <h4>Add User</h4>
34
<p>Create a new authorized API user.</p>
35
<form method="post" action="/">
36
<input type="text" name="username" placeholder="username">
37
- <input type="text" name="password" placeholder="password">
+ <input type="password" name="password" placeholder="password">
38
<input type="submit" name='submit' value='Add User'>
39
</form>
40
</div>
@@ -67,4 +67,4 @@ <h4>Add Client</h4>
67
68
<!-- /.container -->
69
</body>
70
-</html>
+</html>
0 commit comments