mirror of
https://github.com/crivion/laranode.git
synced 2026-06-09 19:32:23 +08:00
mysql: update db vibecoding fix:))
This commit is contained in:
@@ -161,7 +161,7 @@ class MysqlController extends Controller
|
||||
];
|
||||
|
||||
// Update password if provided
|
||||
if ($newPassword) {
|
||||
if ($request->filled('db_password')) {
|
||||
$updateData['db_password'] = $newPassword;
|
||||
|
||||
// Update MySQL user password
|
||||
|
||||
Reference in New Issue
Block a user