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