[mod] authelia-calls -> arc
This commit is contained in:
parent
20278692df
commit
f69cf019fc
2 changed files with 3 additions and 3 deletions
|
@ -341,7 +341,7 @@ async function main(
|
|||
break;
|
||||
}
|
||||
case "arc": {
|
||||
return (() => _espe.service.member.output_authelia_call(output_description.data));
|
||||
return (() => _espe.service.member.output_arc(output_description.data));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -937,7 +937,7 @@ namespace _espe.service.member
|
|||
|
||||
/**
|
||||
*/
|
||||
export async function output_authelia_call(
|
||||
export async function output_arc(
|
||||
output_parameters : {
|
||||
http_scheme : ("http" | "https");
|
||||
http_host : string;
|
||||
|
@ -987,7 +987,7 @@ namespace _espe.service.member
|
|||
);
|
||||
if (http_response.status_code !== 200) {
|
||||
lib_plankton.log.warning(
|
||||
"output_authelia_callback_failed",
|
||||
"output_arcback_failed",
|
||||
{
|
||||
"http_response_status_code": http_response.status_code,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue