🎉 Add better reply-to handling on feedback module.

This commit is contained in:
Andrey Antukh 2021-03-01 13:16:06 +01:00
parent fe114d2e66
commit 9fb8ba2ff1
4 changed files with 18 additions and 17 deletions

View file

@ -90,6 +90,7 @@
(s/def ::error-report-webhook ::us/string)
(s/def ::feedback-destination ::us/string)
(s/def ::feedback-enabled ::us/boolean)
(s/def ::feedback-reply-to ::us/email)
(s/def ::feedback-token ::us/string)
(s/def ::github-client-id ::us/string)
(s/def ::github-client-secret ::us/string)
@ -163,6 +164,7 @@
::error-report-webhook
::feedback-destination
::feedback-enabled
::feedback-reply-to
::feedback-token
::github-client-id
::github-client-secret