From ac5111c162111d4353fac9085362034730734c12 Mon Sep 17 00:00:00 2001
From: Kegan Dougal <kegan@matrix.org>
Date: Wed, 21 Oct 2015 17:44:05 +0100
Subject: [PATCH] Add missing enum value

---
 src/controllers/templates/Register.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/controllers/templates/Register.js b/src/controllers/templates/Register.js
index 294329e42e..53d1ad1219 100644
--- a/src/controllers/templates/Register.js
+++ b/src/controllers/templates/Register.js
@@ -22,7 +22,8 @@ module.exports = {
         PasswordMismatch: 'PasswordMismatch',
         TooShort: 'TooShort',
         Missing: 'Missing',
-        InUse: 'InUse'
+        InUse: 'InUse',
+        Length: 'Length'
     },
 
     getInitialState: function() {
-- 
GitLab