1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added attribution for new libs added

- Also hard-set TOTP algorithm with comment from testing others.
This commit is contained in:
Dan Brown
2021-08-08 14:52:29 +01:00
parent f1f59cf086
commit 622ea03c65
3 changed files with 8 additions and 2 deletions

View File

@ -74,7 +74,6 @@
<span class="text-neg">@icon('cancel')</span>
@endif
{{ trans_choice('settings.users_mfa_x_methods', $mfaMethods->count()) }}
{{ $mfaMethods->count() }} {{ $mfaMethods->count() === 1 ? 'method' : 'methods' }} configured
</div>
<div class="text-m-right">
@if($user->id === user()->id)