1
0
Fork 0
mirror of synced 2024-07-10 16:55:46 +12:00

Merge pull request #12097 from Budibase/budi-7640-testimonials-arent-removed-from-forgot-passwordreset

Added testimonial check to reset and forgot pages.
This commit is contained in:
Martin McKeaveney 2023-10-18 15:20:12 +01:00 committed by GitHub
commit 5cd22672b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
})
</script>
<TestimonialPage>
<TestimonialPage enabled={$organisation.testimonialsEnabled}>
<Layout gap="S" noPadding>
<img alt="logo" src={$organisation.logoUrl || Logo} />
<span class="heading-wrap">

View file

@ -53,7 +53,7 @@
})
</script>
<TestimonialPage>
<TestimonialPage enabled={$organisation.testimonialsEnabled}>
<Layout gap="S" noPadding>
{#if loaded}
<img alt="logo" src={$organisation.logoUrl || Logo} />