mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #63 Hide auth_token based QRCode generation
This commit is contained in:
parent
a5c3339cfe
commit
2c231c96b7
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@
|
|||
@endif
|
||||
</div>
|
||||
|
||||
<h3 class="mt-3">Automatic authentication</h3>
|
||||
<!--<h3 class="mt-3">Automatic authentication</h3>
|
||||
|
||||
<p>You can automatically authenticate another device on this panel by flashing the following QR Code.
|
||||
Once generated the QR Code stays valid for a few minutes.</p>
|
||||
|
|
@ -95,7 +95,7 @@ Once generated the QR Code stays valid for a few minutes.</p>
|
|||
|
||||
{!! Form::open(['route' => 'account.auth_tokens.create']) !!}
|
||||
<button type="submit" class="btn btn-primary">Generate</button>
|
||||
{!! Form::close() !!}
|
||||
{!! Form::close() !!}-->
|
||||
|
||||
<h3 class="mt-3">API Key</h3>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue