Commit 29fb447d authored by PMExtra's avatar PMExtra
Browse files

fix(frontend): remove unused variables

parent bd0801a8
...@@ -1431,7 +1431,6 @@ const saving = ref(false) ...@@ -1431,7 +1431,6 @@ const saving = ref(false)
const testingSmtp = ref(false) const testingSmtp = ref(false)
const sendingTestEmail = ref(false) const sendingTestEmail = ref(false)
const testEmailAddress = ref('') const testEmailAddress = ref('')
const logoError = ref('')
const registrationEmailSuffixWhitelistTags = ref<string[]>([]) const registrationEmailSuffixWhitelistTags = ref<string[]>([])
const registrationEmailSuffixWhitelistDraft = ref('') const registrationEmailSuffixWhitelistDraft = ref('')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment