mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Correctly order account names.
This commit is contained in:
@@ -76,7 +76,7 @@ class AuthController extends Controller
|
||||
);
|
||||
|
||||
// set flash message
|
||||
Session::flash('success','You have registered successfully!');
|
||||
Session::flash('success', 'You have registered successfully!');
|
||||
|
||||
|
||||
return redirect($this->redirectPath());
|
||||
|
Reference in New Issue
Block a user