Update unauthorised messages

This commit is contained in:
Florian Hoss 2022-07-19 10:15:23 +02:00
parent b3d9c2a646
commit c7018d251f

View file

@ -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;
} }
} }