mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
13 lines
346 B
PHP
13 lines
346 B
PHP
@extends('mails.layout')
|
|
|
|
@section('content')
|
|
# Account registration on {{ $account->space->name }}
|
|
|
|
Hello {{ $account->identifier }},
|
|
|
|
You just created an account on {{ $account->space->name }} using your email account.
|
|
|
|
Please enter the following code on the confirmation page:
|
|
|
|
## {{ $account->emailChangeCode()->first()->code }}
|
|
@endsection
|