mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-03-29 21:41:55 +02:00
Consent should be checked by default
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
{#each scopes}
|
{#each scopes}
|
||||||
<li class="collection-item">
|
<li class="collection-item">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" name="scope" value="{it}" />
|
<input type="checkbox" name="scope" value="{it}" checked />
|
||||||
<span>{it}</span>
|
<span>{it}</span>
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user