Login component.

This component is responsible for rendering the login form and handling the login process. It uses the UserContext to set the user after a successful login. It also provides a Microsoft Entra ID login option if the "testingmicrosoft" parameter is present.

  • Parameters

    • props: {}

    Returns ReactNode | Promise<ReactNode>

    The rendered Login component.