diff --git a/knockoutwhistweb/app/views/lobby/lobby.scala.html b/knockoutwhistweb/app/views/lobby/lobby.scala.html index 074e250..46eabb6 100644 --- a/knockoutwhistweb/app/views/lobby/lobby.scala.html +++ b/knockoutwhistweb/app/views/lobby/lobby.scala.html @@ -55,10 +55,8 @@
@if(playersession.id == user.get.id) {
@playersession.name (You)
-

Your text could be here!

} else {
@playersession.name
-

Your text could be here!

}
diff --git a/knockoutwhistweb/app/views/login/login.scala.html b/knockoutwhistweb/app/views/login/login.scala.html index 60aa0e4..f81630e 100644 --- a/knockoutwhistweb/app/views/login/login.scala.html +++ b/knockoutwhistweb/app/views/login/login.scala.html @@ -40,7 +40,7 @@ console.log('callback - particles.js config loaded'); }); -
diff --git a/knockoutwhistweb/conf/application.conf b/knockoutwhistweb/conf/application.conf index c9d8a3d..33a9cd6 100644 --- a/knockoutwhistweb/conf/application.conf +++ b/knockoutwhistweb/conf/application.conf @@ -1,5 +1,6 @@ # https://www.playframework.com/documentation/latest/Configuration play.filters.disabled += play.filters.csrf.CSRFFilter +play.filters.disabled += play.filters.hosts.AllowedHostsFilter auth {