19 lines
661 B
HTML
19 lines
661 B
HTML
<body>
|
|
<div class="mb-3 row">
|
|
<label for="input-email" class="col-sm-2 col-form-label">Two factor authentication</label>
|
|
<div class="col-sm-10">
|
|
<!--
|
|
<div class="form-check form-switch ">
|
|
<input type="checkbox" name="2fa" value="true" data-value-off="false" data-value-on="true" class="form-check-input" role="switch" id="2fa" checked="true">
|
|
<label class="form-check-label" for="2fa"></label>
|
|
</div>
|
|
-->
|
|
<a class="btn btn-outline-primary btn-icon" href="/admin/index.php?module=plugins/two-factor-auth/verify" data-auth-config-url>
|
|
<i class="la la-key"></i>
|
|
<span>Configure</span>
|
|
</a>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|