Consent should be checked by default

This commit is contained in:
konarfil
2023-09-26 12:54:25 +02:00
parent ebb18f5e9a
commit e9b240e8a7

View File

@@ -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>