1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-01 13:22:16 -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) { if (!keys || keys.length < 1) {
callback({ // 'No public key for that user!'
errMsg: 'No public key for that user!' callback();
});
return; return;
} }