diff --git a/plugins/talk-plugin-local-auth/client/components/Profile.js b/plugins/talk-plugin-local-auth/client/components/Profile.js index 139949b99..521128197 100644 --- a/plugins/talk-plugin-local-auth/client/components/Profile.js +++ b/plugins/talk-plugin-local-auth/client/components/Profile.js @@ -178,10 +178,12 @@ class Profile extends React.Component { }, }, notify, + success: hasChangedUsername, } = this.props; const { editing, formData, showDialog } = this.state; - const usernameCanBeUpdated = canUsernameBeUpdated(status); + const usernameCanBeUpdated = + canUsernameBeUpdated(status) && !hasChangedUsername; return (