el-card.mt-5
h4(slot='header')
{{settings.title}} - {{$t('common.authorize')}}
div
h5 {{$auth.user.email}}
p External application {{client.name}} want following permission grants:
ul
li(v-for="s in scope.split(' ')") {{s}}
span(v-if='redirect_uri!=="urn:ietf:wg:oauth:2.0:oob"') You will be redirected to {{$route.query.redirect_uri}}
el-row.mt-3(justify='center')
el-col(:span='12' :offset='6' style='text-align: center')
a(:href='authorizeURL')
el-button.mr-1(plain type='success') {{$t('common.authorize')}}
a(href='/')
el-button.mt-1(plain type='warning') {{$t('common.cancel')}}