flo-login

The custom login component.

flo-login
License: none
Author: arjun.singh

logoPath

This prop enables the parent component to pass custom image as logo on the screen.

logoPath

themeColor

This prop enables the parent component to pass the theme color of the component.

themeColor

userName

This variable is used to store userName

userName

password

This variable is used to store password

password

userNameError

This variable is used to track if there is any error in userName

userNameError

passwordError

This variable is used to track if there is any error in password

passwordError

logginIn

This variable is used to track whether the authentication request was executed

logginIn

performLogin

This method calls doService to send login request to server and emit the response to parent component

performLogin()

$emit

Emitted the event loginResponse with response on successfull login

$emit
Parameters
jsonObject (any)