fix 2fa keep label

This commit is contained in:
_Bastler 2023-12-12 19:31:07 +01:00
parent 16e4b5c4ed
commit 28f238cf6c

View File

@ -28,7 +28,7 @@
</mat-error>
</mat-form-field>
<mat-slide-toggle #toggle [checked]="keep">
{{'login.keepSession' | i18n}}
{{'security.2fa.keepSession' | i18n}}
</mat-slide-toggle>
<input class="hidden" type="checkbox" id="keep" name="keep" [checked]="toggle.checked">
</mat-card-content>