fix: Add required logoSrc prop to LoadingOverlay in login/signup pages

This commit is contained in:
Usman Baig
2026-01-16 14:05:34 +01:00
parent 51e6961a0c
commit b66f367c94
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export default function LoginPage() {
return (
<LoadingOverlay
logoSrc="/ciphera_icon_no_margins.png"
title="Redirecting to sign in..."
/>
)

View File

@@ -13,6 +13,7 @@ export default function SignupPage() {
return (
<LoadingOverlay
logoSrc="/ciphera_icon_no_margins.png"
title="Redirecting to sign up..."
/>
)