Implement contact form in the client
This commit is contained in:
parent
3866f1a02f
commit
d3e56c0c4b
18 changed files with 281 additions and 24 deletions
|
@ -65,7 +65,7 @@ async function getConfig (req: express.Request, res: express.Response) {
|
|||
}
|
||||
},
|
||||
email: {
|
||||
enabled: Emailer.Instance.isEnabled()
|
||||
enabled: Emailer.isEnabled()
|
||||
},
|
||||
contactForm: {
|
||||
enabled: CONFIG.CONTACT_FORM.ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue