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