mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #142 Use the correct provisioning link route
This commit is contained in:
parent
96d829ca57
commit
3fed46822f
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@
|
|||
|
||||
<br />
|
||||
<p>The following link can only be visited once</p>
|
||||
<input class="form-control" type="text" readonly value="{{ route('provisioning.show', $account->provisioning_token) }}">
|
||||
<input class="form-control" type="text" readonly value="{{ route('provisioning.provision', $account->provisioning_token) }}">
|
||||
<p class="mt-3">
|
||||
<a class="btn btn-light mr-2" href="{{ route('admin.account.provision', $account->id) }}">Renew the provision link</a>
|
||||
The current one will be unavailable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue