Skip to content

Commit

Permalink
fix: render response
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 29, 2024
1 parent 1f0e983 commit 33054b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const CoCreateUser = {
data: [{
type: 'resetPassword',
message: data.message,
success: true
success: data.success,
}]
});
})
Expand Down

0 comments on commit 33054b5

Please sign in to comment.