mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Implement contact form in the client
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user