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