summaryrefslogtreecommitdiff
path: root/elm/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'elm/Lib')
-rw-r--r--elm/Lib/Api.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm
index 4df99fde..283cbe3c 100644
--- a/elm/Lib/Api.elm
+++ b/elm/Lib/Api.elm
@@ -41,6 +41,7 @@ showResponse res =
DoubleEmail -> "Email address already used for another account."
DoubleIP -> "You can only register one account from the same IP within 24 hours."
BadCurPass -> "Current password is invalid."
+ MailChange -> unexp
expectResponse : (Response -> msg) -> Http.Expect msg