Remove resolved TODO.

This commit is contained in:
takezoe
2013-06-29 23:00:41 +09:00
parent adfb71ea77
commit df68ad757f

View File

@@ -68,7 +68,6 @@ abstract class ControllerBase extends ScalatraFilter
} }
} }
// TODO redirect to the sign-in page if not logged in?
protected def Unauthorized()(implicit context: app.Context) = { protected def Unauthorized()(implicit context: app.Context) = {
if(request.getAttribute("AJAX") == null){ if(request.getAttribute("AJAX") == null){
if(context.loginAccount.isDefined){ if(context.loginAccount.isDefined){