mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +00:00
parent
da89714865
commit
7a12ffaef0
@ -84,7 +84,7 @@ function fooCheckDb(domains, cb) {
|
||||
});
|
||||
|
||||
if (!passCheck) {
|
||||
cb(new Error('domain not allowed');
|
||||
cb(new Error('domain not allowed'));
|
||||
} else {
|
||||
cb(null, userAgrees, userEmail);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user