Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Dec 1, 2024
1 parent bc5144a commit cb357b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms_auth/src/scripts/formListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function formListener(
});
window.location.reload();
} else {
const { title, description } = await response.json();
const { error: { title, description } } = await response.json();
toast({
title,
type: 'danger',
Expand Down

0 comments on commit cb357b0

Please sign in to comment.