Skip to content

Commit

Permalink
Update login.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
AnhtuanUit authored Aug 26, 2024
1 parent 929a641 commit 515bd40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ block content
form.form.form--login
.form__group
label.form__label(for='email') Email address
input#email.form__input(type='email', placeholder='you@example.com', required)
input#email.form__input(type='email', placeholder='you@example.com', required, value='sophie@example.com')
.form__group.ma-bt-md
label.form__label(for='password') Password
input#password.form__input(type='password', placeholder='••••••••', required, minlength='8')
input#password.form__input(type='password', placeholder='••••••••', required, minlength='8', value='test1234')
.form__group
button.btn.btn--green#btn-login Login
button.btn.btn--green#btn-login Login

0 comments on commit 515bd40

Please sign in to comment.