mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Fix checklogin api docs
This commit is contained in:
parent
b1de0c3663
commit
25a6050768
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ register_module([
|
||||||
* @apiPermission Anonymous
|
* @apiPermission Anonymous
|
||||||
*
|
*
|
||||||
* @apiParam {string} user The user name to login with.
|
* @apiParam {string} user The user name to login with.
|
||||||
* @apiParam {string} password The password to login with.
|
* @apiParam {string} pass The password to login with.
|
||||||
* @apiParam {string} returnto The URL to redirect to upon a successful login.
|
* @apiParam {string} returnto The URL to redirect to upon a successful login.
|
||||||
*
|
*
|
||||||
* @apiError InvalidCredentialsError The supplied credentials were invalid. Note that this error is actually a redirect to ?action=login&failed=yes (with the returnto parameter appended if you supplied one)
|
* @apiError InvalidCredentialsError The supplied credentials were invalid. Note that this error is actually a redirect to ?action=login&failed=yes (with the returnto parameter appended if you supplied one)
|
||||||
|
|
Loading…
Reference in a new issue