mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
add comment
This commit is contained in:
parent
62af06104d
commit
579090a4e3
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ export default React.createClass({
|
|||
_doUsernameCheck: function() {
|
||||
// XXX: SPEC-1
|
||||
// Check if username is valid
|
||||
// Naive impl copied from https://github.com/matrix-org/matrix-react-sdk/blob/66c3a6d9ca695780eb6b662e242e88323053ff33/src/components/views/login/RegistrationForm.js#L190
|
||||
if (encodeURIComponent(this.state.username) !== this.state.username) {
|
||||
this.setState({
|
||||
usernameError: _t('User names may only contain letters, numbers, dots, hyphens and underscores.'),
|
||||
|
|
Loading…
Reference in a new issue