Disabled TOTP checkbox

This commit is contained in:
chesspro13
2024-09-07 14:38:08 -07:00
parent ede7bbd8ed
commit 06da11ff41

View File

@@ -37,7 +37,7 @@ const TPL = `
<label> <label>
<b>TOTP Enabled</b> <b>TOTP Enabled</b>
</label> </label>
<input type="checkbox" class="totp-enabled" /> <input type="checkbox" class="totp-enabled" disabled="true" />
<span class="env-totp-enabled" "alert alert-warning" role="alert" style="font-weight: bold; color: red !important;" > </span> <span class="env-totp-enabled" "alert alert-warning" role="alert" style="font-weight: bold; color: red !important;" > </span>
</div> </div>
<div> <div>