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:
parent
4823be6687
commit
910cdbb4b0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user