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