Add watermark on missing login pages

This commit is contained in:
Owen
2026-06-05 11:32:49 -07:00
parent ad0e800d8d
commit 6de9ab8f05
5 changed files with 48 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ import {
import { Alert, AlertDescription } from "@app/components/ui/alert";
import BrandedAuthSurface from "@app/components/BrandedAuthSurface";
import PoweredByPangolin from "@app/components/PoweredByPangolin";
import AuthPageFooterNotices from "@app/components/AuthPageFooterNotices";
import { useTranslations } from "next-intl";
type VncCredentialsForm = {
@@ -242,6 +243,7 @@ export default function VncClient({
</Form>
</CardContent>
</Card>
<AuthPageFooterNotices />
</BrandedAuthSurface>
)}