Class: AdminLogin

frontend~AdminLogin(props)

Login setup for admin users navigating to the dashboard

Constructor

new AdminLogin(props)

Binds methods
Parameters:
Name Type Description
props Array.<any> Should contain toDash and settings callbacks
Source:

Extends

  • React.Component

Methods

componentDidMount()

Sets up enter key form submission handlers
Source:

login(event)

Login callback. Prevents default actions then runs page change callbacks
Parameters:
Name Type Description
event object
Source:

render()

Renders out a form with a settings button, header, floating label name and password input, and footer
Source: