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 e68edf2 commit 906417fCopy full SHA for 906417f
assets/controllers/login-controller.js
@@ -13,8 +13,8 @@ import { Controller } from '@hotwired/stimulus';
13
export default class extends Controller {
14
static targets = ['username', 'password']
15
16
- // in a real application, the user/password should never be hardcoded
17
- // but for the demo application it's very convenient to do so
+ // /!\ in a real application, the user/password should never be hardcoded /!\
+ // but for the demo application, it's very convenient to do so
18
19
prefillJohnUser() {
20
this.usernameTarget.value = 'john_user'
0 commit comments