flexisip-account-manager/flexiapi/resources/views/account/creation_request_token/valid.blade.php
Timothée Jaussoin fc96338bfb Redesign the UI
2023-06-09 08:24:49 +00:00

6 lines
No EOL
239 B
PHP

@extends('layouts.main', ['welcome' => true])
@section('content')
<h3 class="text-center mt-5">Thanks for the validation</h3>
<p class="text-center">You can now continue your registration process in the application</p>
@endsection