Class: SignInForm

SignInForm()

The form to signin a user

Constructor

new SignInForm()

Source:

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
Source:

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
Source: