0.0.15The custom login component.
This prop enables the parent component to pass custom image as logo on the screen.
This prop enables the parent component to pass the theme color of the component.
This variable is used to store userName
This variable is used to store password
This variable is used to track if there is any error in userName
This variable is used to track if there is any error in password
This variable is used to track whether the authentication request was executed
This method calls doService to send login request to server and emit the response to parent component
Emitted the event loginResponse with response on successfull login
(any)