diff --git a/plugins/talk-plugin-auth/client/profile-settings/components/Profile.js b/plugins/talk-plugin-auth/client/profile-settings/components/Profile.js index c40494506..3d8f10698 100644 --- a/plugins/talk-plugin-auth/client/profile-settings/components/Profile.js +++ b/plugins/talk-plugin-auth/client/profile-settings/components/Profile.js @@ -124,7 +124,7 @@ class Profile extends React.Component { const { changeUsername } = this.props; try { - await changeUsername(newUsername); + await changeUsername(this.props.root.me.id, newUsername); this.props.notify( 'success', t('talk-plugin-auth.change_username.changed_username_success_msg')