From 11a3f3f06704c2bd4dd9d3723e1dad666507ab7f Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 7 Oct 2016 17:43:07 -0700 Subject: [feat] ui - add support for sign up with invite code --- ui/app/lib/bitmask.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app/lib') diff --git a/ui/app/lib/bitmask.js b/ui/app/lib/bitmask.js index 823504dc..f388e95f 100644 --- a/ui/app/lib/bitmask.js +++ b/ui/app/lib/bitmask.js @@ -143,11 +143,11 @@ var bitmask = function(){ * @param {boolean} autoconf If the provider should be autoconfigured if it's not allready known * If it's not provided it will default to false */ - create: function(uid, password, autoconf) { + create: function(uid, password, invite, autoconf) { if (typeof autoconf !== 'boolean') { autoconf = false; } - return call(['bonafide', 'user', 'create', uid, password, autoconf]); + return call(['bonafide', 'user', 'create', uid, password, invite, autoconf]); }, /** -- cgit v1.2.3