1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-25 18:32:20 -05:00

new users can register

This commit is contained in:
Tankred Hase 2013-07-02 11:46:40 +02:00
parent 4823be6687
commit 910cdbb4b0

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;
}