print more infos to the user while oauth authorize

This commit is contained in:
TuxCoder 2020-05-13 20:08:55 +02:00
parent aaf428575b
commit 157bf65635
2 changed files with 10 additions and 4 deletions

View file

@ -6,9 +6,13 @@
<div class="container">
<p>
A service ask for access to your account data.<br>
You can confirm this pressing "Continue"
A service ask for access to your account data.<br>
</p>
<p>
<b> Requested Scopes: {{ auth_req['scope'] }}</b>
</p>
<p>
You can confirm this pressing "Continue"
</p>
{{ render_form(form) }}