Chore: enable brace-style eslint check (#5159)
* eslint: enable brace-style check * Fix jsdoc and color * fix: correct CSS color syntax in CreateZenSliders function
This commit is contained in:
@@ -327,8 +327,7 @@ async function changePassword(handle, callback) {
|
||||
|
||||
toastr.success('Password changed successfully', 'Password Changed');
|
||||
callback();
|
||||
}
|
||||
catch (error) {
|
||||
} catch (error) {
|
||||
console.error('Error changing password:', error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user