@(error: Option[String] = None) Login

Login Page

Click the button below to login.

This page is used to redirect failed login attempts and display any errors.

@error.map { message =>

The error was: @message

}