mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 01:23:22 +02:00
Fixed 2FA manual secret erroneous display sometimes
This commit is contained in:
parent
26c983a0b2
commit
aa0f3e4eb1
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@
|
|||
<img src="{{ qrcodeDataUri }}" alt="2FA QR Code" class="img-fluid">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<p class="font-weight-bold">{{ __('Manual Entry Secret') }}</p>
|
||||
<code>{{ secret|split(4)|join(' ') }}</code>
|
||||
<p class="font-weight-bold mb-1">{{ __('Manual Entry Secret') }}</p>
|
||||
<p class="tracking-wide mb-0"><kbd>{{ secret }}</kbd></p>
|
||||
<small class="form-text text-muted">
|
||||
{{ __('If you\'re unable to scan the QR code, enter this secret manually into your authentication app. The secret is case-sensitive and should be entered exactly as shown.') }}
|
||||
</small>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue