We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c783127 commit 538a9a1Copy full SHA for 538a9a1
1 file changed
src/components/Foundary/Login.tsx
@@ -18,7 +18,7 @@ export interface LoginProps {
18
/** Subtitle text */
19
subtitle?: string
20
/** Props to pass to the Logo component */
21
- logoProps?: { width?: number; height?: number; className?: string }
+ logoProps?: { width?: number; height?: number; className?: string; src?: string; alt?: string }
22
/** URL to redirect to after successful login */
23
redirectUrl?: string
24
/** Additional CSS classes */
0 commit comments