1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Better const name

This commit is contained in:
Kegan Dougal
2015-11-17 17:38:37 +00:00
parent 0f34f8b494
commit 1fca3f6606

View File

@@ -29,7 +29,7 @@ class Signup {
class Register extends Signup {
constructor(hsUrl, isUrl) {
super(hsUrl, isUrl);
this._state = "start";
this._state = "Register.START";
}
getState() {