mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Fix some edge cases in recurrences.
This commit is contained in:
@@ -194,7 +194,7 @@ class UserController extends Controller
|
||||
Log::debug('Actually here');
|
||||
$data = $request->getUserData();
|
||||
|
||||
var_dump($data);
|
||||
//var_dump($data);
|
||||
|
||||
// update password
|
||||
if (array_key_exists('password', $data) && '' !== $data['password']) {
|
||||
|
Reference in New Issue
Block a user