diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-06-23 10:10:20 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-06-23 10:10:20 +0300 |
commit | 728535a0e97907c605c989fe7549a485e774d2e2 (patch) | |
tree | c726b29a034727b69e2f019ab25c8216d8ca49b6 /.meteor | |
parent | ba0b91f14158e9aebdb0e0b6b2e47989d62ccfda (diff) | |
download | wekan-728535a0e97907c605c989fe7549a485e774d2e2.tar.gz wekan-728535a0e97907c605c989fe7549a485e774d2e2.tar.bz2 wekan-728535a0e97907c605c989fe7549a485e774d2e2.zip |
Fix Case-sensitive email handling. Thanks to nztqa ! Closes #675
Diffstat (limited to '.meteor')
-rw-r--r-- | .meteor/packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.meteor/packages b/.meteor/packages index f5fce1f6..5f2a19d4 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -31,7 +31,6 @@ mquandalle:collection-mutations accounts-password@1.3.5 kenton:accounts-sandstorm service-configuration@1.0.11 -useraccounts:core useraccounts:unstyled useraccounts:flow-routing email@1.2.0 |