✨ Add User Settings e2e tests (#1271)
This commit is contained in:
@@ -38,7 +38,7 @@ const ChangePassword = () => {
|
||||
mutationFn: (data: UpdatePassword) =>
|
||||
UsersService.updatePasswordMe({ requestBody: data }),
|
||||
onSuccess: () => {
|
||||
showToast("Success!", "Password updated.", "success")
|
||||
showToast("Success!", "Password updated successfully.", "success")
|
||||
reset()
|
||||
},
|
||||
onError: (err: ApiError) => {
|
||||
|
Reference in New Issue
Block a user