Type Alias LoginComponentPropsBeta
LoginComponentProps:
| { basePath: string; projectId: string; redirectPath?: string }
| { basePath?: string; projectId: string; redirectPath: string }
Type declaration
- { basePath: string; projectId: string; redirectPath?: string }
basePath: string
projectId: string
OptionalredirectPath?: string
- { basePath?: string; projectId: string; redirectPath: string }
OptionalbasePath?: string
projectId: string
redirectPath: string
Deprecated
use redirectPath instead