Update unauthorised messages
This commit is contained in:
parent
b3d9c2a646
commit
c7018d251f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace fw
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this->json_message_response("please provide username and password", 403);
|
this->json_message_response("unauthorised", 403);
|
||||||
return DENIED;
|
return DENIED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue