mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 05:08:27 +00:00
9 lines
No EOL
220 B
PHP
9 lines
No EOL
220 B
PHP
@extends('layouts.main')
|
|
|
|
@section('content')
|
|
@if (Auth::check())
|
|
@include('parts.already_auth')
|
|
@else
|
|
<p>A unique authentication link was sent by email to {{ $account->email }}</p>
|
|
@endif
|
|
@endsection |