play-v29/src/sbt-test/example/webapp/app/views/login.scala.html [1:16]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @(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

}

You can also go to a page that requires authentication or logout.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - play-v30/src/sbt-test/example/webapp/app/views/login.scala.html [1:16]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @(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

}

You can also go to a page that requires authentication or logout.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -