Updated auth.

This commit is contained in:
retoor 2025-01-04 17:04:14 +01:00
parent a482e64284
commit 8710901c03

2
auth.h
View File

@ -19,6 +19,6 @@ const char * resolve_api_key(){
{
return api_key;
}
fprintf(stderr, "There is no API key configured in environment.");
fprintf(stderr, "\nThere is no API key configured in environment.\n");
return "";
}