Skip to content

Commit

Permalink
fix: settings error messages (ory#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko authored Jan 24, 2023
1 parent 712b905 commit 4c17171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs-spa/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Settings: NextPage = () => {

<div id="settingsForm" className={gridStyle({ gap: 16 })}>
{/* Show a success message if the user changed their password */}
<NodeMessages nodes={flow.ui.nodes} />
<NodeMessages uiMessages={flow.ui.messages} />
{/* here we simply map all of the settings flows we could have. These flows won't render if they aren't enabled inside your Ory Network project */}
{(
[
Expand Down

0 comments on commit 4c17171

Please sign in to comment.