Function Web.getLogin
GET "/login", displays login form
void getLogin
(
string _error = null
);
This is a child to the index route "/" and displays the login form.
Parameters
| Name | Description |
|---|---|
| _error | optional parameter to display error information in the rendered template |