mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Spelling is hard :(
This commit is contained in:
parent
5307e57bd9
commit
8b2f8ef3cb
|
@ -61,7 +61,7 @@ class ForgotPasswordController extends Controller
|
||||||
$this->validate($request, ['email' => 'required|email|max:250']);
|
$this->validate($request, ['email' => 'required|email|max:250']);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If we find a matching email with an activated yser, we will
|
* If we find a matching email with an activated user, we will
|
||||||
* send the password reset link to the user.
|
* send the password reset link to the user.
|
||||||
*
|
*
|
||||||
* Once we have attempted to send the link, we will examine the response
|
* Once we have attempted to send the link, we will examine the response
|
||||||
|
|
Loading…
Reference in a new issue