mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
Whoops.
This commit is contained in:
parent
6e90ce5496
commit
ed3d40a4e0
@ -63,6 +63,9 @@ class AuthController extends Controller
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$data =$request->all();
|
||||||
|
$data['password'] = bcrypt($data['password']);
|
||||||
|
|
||||||
$this->auth->login($this->registrar->create($request->all()));
|
$this->auth->login($this->registrar->create($request->all()));
|
||||||
|
|
||||||
// get the email address
|
// get the email address
|
||||||
|
Loading…
Reference in New Issue
Block a user