Default OTP requirement to system admin only

This commit is contained in:
A R R R Associates
2026-07-06 23:01:53 +05:30
parent aa32579084
commit 671adbd1a2
6 changed files with 19 additions and 13 deletions
@@ -61,7 +61,7 @@
</label>
<label class="grid gap-1 md:col-span-2">
<span class="text-sm text-slate-600">OTP required roles CSV</span>
<input class="rounded-xl border px-3 py-2" name="default_otp_required_roles_csv" value="{{ form.default_otp_required_roles_csv or 'Partner,System Admin' }}" />
<input class="rounded-xl border px-3 py-2" name="default_otp_required_roles_csv" value="{{ form.default_otp_required_roles_csv or 'System Admin' }}" />
</label>
</div>
</section>
@@ -182,3 +182,4 @@
</form>
</div>
{% endblock %}