Skip to content

Commit

Permalink
Update pre populated and dropdown options regarding dc4eu
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jun 17, 2024
1 parent d3e5d0c commit 2a42764
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions views/issuer/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ block layout-content
input#csrf-token(type="hidden" name="csrf-token" value="")

.input-wrap.item
input.input-field#username(type='text' name='username' value="user1" placeholder='Username')
input.input-field#username(type='text' name='username' value="john.doe" placeholder='Username')
.input-wrap.item
input.input-field#password(type='password' name='password' value="secret" placeholder='Password')
input.input-field#password(type='password' name='password' value="john.doe" placeholder='Password')

p.invalid-feedback#invalid-username #{locale.login.error.emptyUsername}
p.invalid-feedback#invalid-password #{locale.login.error.emptyPassword}
Expand All @@ -36,8 +36,9 @@ block layout-content
.select-container(style="flex-grow: 1;")
select#credential-list(style="width: 100%")
option(value="") Select credentials
option(value='{"username": "user1", "password": "secret"}') John Doe
option(value='{"username": "user2", "password": "secret"}') Jane Duffy
option(value='{"username": "john.doe", "password": "john.doe"}') John Doe
option(value='{"username": "dicaprio", "password": "titanic21"}') Leonardo DiCaprio
option(value='{"username": "jamiefox", "password": "raycharles44"}') Jamie Fox
button.Btn.Small#use-credential(disabled style="flex-shrink: 0;")
span Login

Expand Down

0 comments on commit 2a42764

Please sign in to comment.