new users can register

This commit is contained in:
Tankred Hase 2013-07-02 11:46:40 +02:00
parent 4823be6687
commit 910cdbb4b0
1 changed files with 2 additions and 3 deletions

View File

@ -152,9 +152,8 @@ define(['jquery', 'js/app-config'], function($, app) {
}
if (!keys || keys.length < 1) {
callback({
errMsg: 'No public key for that user!'
});
// 'No public key for that user!'
callback();
return;
}