Class: SignupFailureListener

SignupFailureListener()

Listener for signup failures. Triggered if the signup form contains errors.

Constructor

new SignupFailureListener()

Source:

Extends

Members

signupError

Gets the signup error container.
Source:

signupErrorMessage

Gets the content of the signup error message.
Source:

signupForm

Gets the sign-up form element.
Inherited From:
Source:

Methods

createPayload(status) → {Object}

Creates the payload object with the given status.
Parameters:
Name Type Description
status string The status of the signup attempt.
Inherited From:
Source:
Returns:
The payload object containing the status.
Type
Object

listen()

Checks if the signup was a failure and triggers a signup failure event if so.
Overrides:
Source: