Update email.blade.php
This commit is contained in:
parent
a69a9a276f
commit
bddedadd17
|
|
@ -28,6 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="content_signup">
|
<div class="content_signup">
|
||||||
<h1>Reset Password</h1>
|
<h1>Reset Password</h1>
|
||||||
|
<p>Check your junk folder if you do not recieve the email.</p>
|
||||||
<form method="POST" action="{{ route('password.email') }}">
|
<form method="POST" action="{{ route('password.email') }}">
|
||||||
@csrf
|
@csrf
|
||||||
<h3>Email Address</h3>
|
<h3>Email Address</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue