mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 05:07:14 +02:00
🎉 Add better reply-to handling on feedback module.
This commit is contained in:
parent
fe114d2e66
commit
9fb8ba2ff1
4 changed files with 18 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue