Methods
signIn(e)
The actual signin function, gets called when submitting the signin form Validation of the form and if no validation error exists the signIn action gets dispatched
Parameters:
Name | Type | Description |
---|---|---|
e |
updateField(event)
Update the fields, function gets called if any of the form fields gets changed Does validation depending on the field that was changed and displays validation errors
Parameters:
Name | Type | Description |
---|---|---|
event |