Skip to content

Commit

Permalink
Merge pull request #19418 from hoangzinh/df/18685
Browse files Browse the repository at this point in the history
Clear "Secondary login successfully unlinked" message when typing in 'phone/email' login input
  • Loading branch information
neil-marcellini authored May 23, 2023
2 parents 4c3cea5 + 03e011e commit 731d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class LoginForm extends React.Component {
formError: null,
});

if (this.props.account.errors) {
if (this.props.account.errors || this.props.account.message) {
Session.clearAccountMessages();
}

Expand Down

0 comments on commit 731d09a

Please sign in to comment.