Commit b351b266 authored by Bryce Johnson's avatar Bryce Johnson

Unchange username_validator.

parent 4b4fde75
......@@ -25,6 +25,7 @@
this.inputElement.on('keyup.username_check', () => {
const username = this.inputElement.val();
this.state.valid = this.inputDomElement.validity.valid;
this.state.empty = !username.length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment