mysql: update db vibecoding fix:))

This commit is contained in:
Crivion
2025-10-18 17:57:28 +03:00
parent 7553a5c0bf
commit 2e2745ca34
2 changed files with 2 additions and 2 deletions

View File

@@ -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