mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
18 lines
455 B
PHP
18 lines
455 B
PHP
@extends('layouts.main', ['welcome' => true])
|
|
|
|
@section('content')
|
|
<section>
|
|
<header>
|
|
<h1><i class="ph">lock</i> Reset password</h1>
|
|
</header>
|
|
|
|
<p>Your password was updated properly.</p>
|
|
<p>
|
|
<a class="btn" href="{{ route('account.login')}}">Authenticate</a>
|
|
</p>
|
|
</section>
|
|
|
|
<section class="on_desktop">
|
|
<img src="{{ asset('img/lock.svg') }}">
|
|
</section>
|
|
@endsection
|