Remove debug die()

This commit is contained in:
iBNu Maksum 2024-09-26 17:27:45 +07:00 committed by GitHub
parent 44af731c4c
commit d2db2bef79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,6 @@ switch ($action) {
_log('[' . $user['username'] . ']: Password changed successfully', 'User', $user['id']);
_alert(Lang::T('Password changed successfully, Please login again'), 'success', "login");
} else {
die($password);
r2(U . 'accounts/change-password', 'e', Lang::T('Incorrect Current Password'));
}
} else {