Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Co-authored-by: RD WebDesign <[email protected]>
Signed-off-by: Dominik <[email protected]>
  • Loading branch information
DL6ER and rdwebdesign authored Apr 27, 2024
1 parent 49a5a0c commit 44377ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int check_client_auth(struct ftl_conn *api, const bool is_api)
// This may be allowed without authentication depending on the configuration
if(!config.webserver.api.localAPIauth.v.b && is_local_api_user(api->request->remote_addr))
{
api->message = "no auth for local user";
api->message = "no auth required for local user";
add_request_info(api, NULL);
return API_AUTH_LOCALHOST;
}
Expand Down

0 comments on commit 44377ad

Please sign in to comment.