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