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