Options
All
  • Public
  • Public/Protected
  • All
Menu

A class which handles rendering the login and logout buttons. Deals with conditionally rendering the Login/Logout and passing the correct props to them.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

render

  • render(): any
  • Conditionally renders the Login/Logout components. If the user is logged in, render the Logout button. Otherwise, renders a Login button.

    Returns any

Generated using TypeDoc