Constructor
# new Signin(props)
Initialize component state with properties for login and redirection.
Parameters:
Name | Type | Description |
---|---|---|
props |
Object | the properties. |
Class
Signin page overrides the form’s submit event and call Meteor’s loginWithPassword(). Authentication errors modify the component’s state to be displayed
Initialize component state with properties for login and redirection.
Name | Type | Description |
---|---|---|
props |
Object | the properties. |