Merge pull request #1785 from Akuket/devel

Bugfix : Resending invitation code.
This commit is contained in:
Lauri Ojansivu 2018-07-18 14:17:36 +03:00 committed by GitHub
commit c708877dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 10 deletions

View file

@ -101,6 +101,7 @@ BlazeComponent.extendComponent({
// if (!err) {
// TODO - show more info to user
// }
this.setLoading(false);
});
}