Fix form notifications + remove login page cache
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
replayToEmailField () {
|
||||
const emailFields = this.form.value.properties.filter((field) => {
|
||||
const emailFields = this.form.properties.filter((field) => {
|
||||
return field.type === 'email' && !field.hidden
|
||||
})
|
||||
if (emailFields.length === 1) return emailFields[0]
|
||||
|
||||
Reference in New Issue
Block a user