Improves AdapterLoader, enforces configuraiton on Adapters
This commit is contained in:
@@ -3,6 +3,7 @@ module.exports = options => {
|
||||
throw "Options were not provided"
|
||||
}
|
||||
return {
|
||||
sendVerificationEmail: () => Promise.resolve()
|
||||
sendVerificationEmail: () => Promise.resolve(),
|
||||
sendMail: () => Promise.resolve()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user