mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 10:08:58 +08:00
Added error message to profile tab in embedded comments for when disallowed characters are added while changing the username.
This commit is contained in:
@@ -232,6 +232,7 @@ class Profile extends React.Component {
|
||||
validationType="username"
|
||||
disabled={!usernameCanBeUpdated}
|
||||
columnDisplay
|
||||
errorMsg={this.state.errors.newUsername}
|
||||
>
|
||||
<div className={styles.bottomText}>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user