Add TODO.

This commit is contained in:
takezoe
2013-06-01 04:54:51 +09:00
parent 551fe7d0ea
commit 05f997d10a

View File

@@ -16,6 +16,7 @@ class SignInController extends ControllerBase {
}
post("/signin", form){ form =>
// TODO check email and password
redirect("/%s".format(context.loginUser))
}
}