Skip to content

Commit 7a88d06

Browse files
committed
add label back in
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 8b8abaa commit 7a88d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/admin/auth/edit.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
</div>
283283
<div class="optional field">
284284
<div class="ui checkbox">
285+
<label for="skip_local_two_fa"><strong>{{.i18n.Tr "admin.auths.skip_local_two_fa"}}</strong></label>
285286
<input id="skip_local_two_fa" name="skip_local_two_fa" type="checkbox" {{if $cfg.SkipLocalTwoFA}}checked{{end}}>
286287
<p class="help">{{.i18n.Tr "admin.auths.skip_local_two_fa_helper"}}</p>
287288
</div>

0 commit comments

Comments
 (0)