MuleRun
Chat
Resources
Pricing
Back to all
modern-auth
by
OwaisImran2005
Run
0
0
Feb 7, 2026
Visit Source
interface LoginFormProps { onSubmit: (email: string, password: string) => Promise; onSocialLogin?: (provider: 'google' | 'github' | 'apple') => void; onForgotPassword?: () => void; isLoading?: boolean; }