mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 12:05:59 +01:00
Add TODO.
This commit is contained in:
@@ -16,6 +16,7 @@ class SignInController extends ControllerBase {
|
||||
}
|
||||
|
||||
post("/signin", form){ form =>
|
||||
// TODO check email and password
|
||||
redirect("/%s".format(context.loginUser))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user