mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
19 lines
No EOL
581 B
Text
19 lines
No EOL
581 B
Text
<html>
|
|
<head>
|
|
<title>Authenticate on {{ space()->name }}</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>
|
|
You are trying to authenticate to {{ space()->name }} using your device.<br />
|
|
You can configure your new device by directly flashing the QRCode or using the provisioning link:<br />
|
|
|
|
<img src="{{ $provisioning_qrcode}}"><br />
|
|
Provisioning link: {{ $provisioning_link }}
|
|
</p>
|
|
<p>
|
|
Regards,<br />
|
|
{{ config('mail.signature') }}
|
|
</p>
|
|
</body>
|
|
</html> |