Skip to content

Commit

Permalink
Merge pull request #39 from wwWallet/submit-fix
Browse files Browse the repository at this point in the history
Fix button type on consent
  • Loading branch information
pstamatop committed Apr 5, 2024
2 parents 2cd5993 + 15d01f0 commit 6a16fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/issuer/consent.pug
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ block layout-content
.GetMultiBtnArea
p.Errors.Hidden#NoCredentialSelectedError Please select at least one Credential to be issued
if grant_type == "authorization_code"
button.Btn.Small.GetMultiBtn(type="button" disabled) Get credentials
button.Btn.Small.GetMultiBtn(type="submit" disabled) Get credentials
if grant_type == "authorization_code"
.DetailsArea
section.DetailsLayout
Expand Down

0 comments on commit 6a16fe7

Please sign in to comment.