1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update LoginController

This commit is contained in:
Daniel Supernault 2019-03-19 21:01:39 -06:00
parent 5f9efbea3f
commit 89bd8f9653
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -50,7 +50,7 @@ class LoginController extends Controller
{
$rules = [
$this->username() => 'required|email',
'password' => 'required|string',
'password' => 'required|string|min:6',
];
if (config('pixelfed.recaptcha')) {