Class: SignupSuccessMessageListener

SignupSuccessMessageListener()

Listener for signup success messages. Triggered after the user signs up if a "verify your email" message is displayed. Extends the SignupFailureListener to specifically listen for the "verify your email" success message.

Constructor

new SignupSuccessMessageListener()

Source:

Extends

Members

signupError

Gets the signup error container.
Inherited From:
Source:

signupErrorMessage

Gets the content of the signup error message.
Inherited From:
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 successful and contained a "verify your email" message, and triggers a signup success event if so.
Overrides:
Source: