• Login Page

    Uses the LoginForm component to present the form.

    Parameters

    • props: LoginProps

      Dependency injects useLogin to control the sumbit on the page. Also displays a loading indicator when submitting.

    Returns Element

    Remarks

    The nonce is passed by the LTI provider and is used to authenticate the user. If the user is already authenticated, the page redirects to the home page. This is done in the useLogin | useLogin hook.

Generated using TypeDoc