We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94fcc8 commit f771016Copy full SHA for f771016
assets/js/login.js
@@ -2,7 +2,7 @@ $(function() {
2
var usernameEl = $('#username');
3
var passwordEl = $('#password');
4
5
- // in a real application, hardcoding the user/password would be idiotic
+ // in a real application, the user/password should never be hardcoded
6
// but for the demo application it's very convenient to do so
7
if (!usernameEl.val() || 'jane_admin' === usernameEl.val()) {
8
usernameEl.val('jane_admin');
0 commit comments