summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index 78fad8c8..e83faf25 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -45,6 +45,7 @@ my %apis = (
DoubleEmail => [], # Account with same email already exists
DoubleIP => [], # Account with same IP already exists
BadCurPass => [], # Current password is incorrect when changing password
+ MailChange => [], # A confirmation mail has been sent to change a user's email address
);