Skip to content

Commit 906417f

Browse files
authored
Update login-controller.js
1 parent e68edf2 commit 906417f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/controllers/login-controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { Controller } from '@hotwired/stimulus';
1313
export default class extends Controller {
1414
static targets = ['username', 'password']
1515

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
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
1818

1919
prefillJohnUser() {
2020
this.usernameTarget.value = 'john_user'

0 commit comments

Comments
 (0)