You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lib/src/resources/views/oauth2/authorize.pug

16 lines
423 B

extends ../base
block content
.offset(style='padding-top: 20vh')
h3.login-heading Authorize #{clientName}?
if scopeDescription
p This will allow #{clientName} to #{scopeDescription}.
else
p This will allow #{clientName} full access to your account.
//p After allowing this, you may not be prompted again.
if buttonText && buttonUrl
a.button(href=buttonUrl) #{buttonText}