From 41610ccf57cd0458d1889c755b7c6eefaeb2fb08 Mon Sep 17 00:00:00 2001 From: Saska Kolehmainen Date: Sun, 21 Oct 2018 17:43:58 +0300 Subject: [PATCH] Added error message to profile tab in embedded comments for when disallowed characters are added while changing the username. --- plugins/talk-plugin-local-auth/client/components/Profile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/talk-plugin-local-auth/client/components/Profile.js b/plugins/talk-plugin-local-auth/client/components/Profile.js index 139949b99..a95d8c22d 100644 --- a/plugins/talk-plugin-local-auth/client/components/Profile.js +++ b/plugins/talk-plugin-local-auth/client/components/Profile.js @@ -232,6 +232,7 @@ class Profile extends React.Component { validationType="username" disabled={!usernameCanBeUpdated} columnDisplay + errorMsg={this.state.errors.newUsername} >