Properties
| Property | Type | Description | Default |
|---|---|---|---|
| Accent Color | Color | Primary button and focus ring color | #9EE86F |
| Border Radius | Number | Corner radius for inputs and button | 8 |
| Button Text | String | Text displayed on the submit button | Sign In |
| Redirect URL | String | Where to redirect after successful login | / |
| Error Messages | Boolean | Show/hide inline validation errors | true |
Features
- Email format validation
- Password field with show/hide toggle
- Inline error messages for invalid credentials
- Loading state during authentication
- Auto-redirect after successful sign-in
- “Forgot password?” link support
Usage
- Insert the component from Auth Plugin > Components
- Place it on your sign-in page (e.g.,
/sign-in) - Customize the accent color to match your brand
- Set the redirect URL to your dashboard or main page
- Publish and test