From f82941550ac469554bc97ea9e1f4c49c6e0ddf27 Mon Sep 17 00:00:00 2001 From: lkisme Date: Tue, 28 Mar 2017 00:48:18 +0800 Subject: Remove invitation code if email sending failed, improve registration process with invitation --- config/accounts.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/accounts.js b/config/accounts.js index 51c0f49e..e7faa4cd 100644 --- a/config/accounts.js +++ b/config/accounts.js @@ -13,7 +13,6 @@ AccountsTemplates.addFields([{ displayName: 'Invitation Code', required: false, minLength: 6, - errStr: 'Invitation code doesn\'t exist', template: 'invitationCode', }]); @@ -69,4 +68,3 @@ if (Meteor.isServer) { }; }); } - -- cgit v1.2.3-1-g7c22