Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

Commit

Permalink
Updates value of submit buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Dec 9, 2017
1 parent ee26c08 commit efd8556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/views/oauth2-scope-authorization.jade
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ block content
| #{scope}
.card-body
p.card-text.text-center
input.btn.btn-link(type=submit,name="denyAuthorization",value="allow") Deny access
input.btn.btn-primary(type=submit,name="grantAuthorization",value="deny") Authorize application
input.btn.btn-link(type=submit,name="denyAuthorization",value="Deny access")
input.btn.btn-primary(type=submit,name="grantAuthorization",value="Authorize application")

0 comments on commit efd8556

Please sign in to comment.