Updated account details endpoint

This commit is contained in:
Will Browning
2021-12-08 12:38:58 +00:00
parent 21fbfd0335
commit 4fbb2f4e7c
6 changed files with 167 additions and 159 deletions

View File

@@ -31,6 +31,7 @@ class ForgotPasswordController extends Controller
public function __construct()
{
$this->middleware('guest');
$this->middleware('throttle:3,1')->only('sendResetLinkEmail');
}
/**