mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-08-07 10:14:59 +00:00
chore: Update dependencies (#7538)
This commit is contained in:
committed by
GitHub
parent
ca5323c2dd
commit
8620cf7e00
Generated
+667
-794
File diff suppressed because it is too large
Load Diff
@@ -213,14 +213,12 @@ function NtlmClient(credentials, AxiosConfig) {
|
|||||||
.split(",")
|
.split(",")
|
||||||
.find((_) => _.match(/ *NTLM/))
|
.find((_) => _.match(/ *NTLM/))
|
||||||
?.trim() || "";
|
?.trim() || "";
|
||||||
if (
|
if (!(
|
||||||
!(
|
error &&
|
||||||
error &&
|
error.status === 401 &&
|
||||||
error.status === 401 &&
|
error.headers["www-authenticate"] &&
|
||||||
error.headers["www-authenticate"] &&
|
error.headers["www-authenticate"].includes("NTLM")
|
||||||
error.headers["www-authenticate"].includes("NTLM")
|
))
|
||||||
)
|
|
||||||
)
|
|
||||||
return [3 /*break*/, 3];
|
return [3 /*break*/, 3];
|
||||||
// This length check is a hack because SharePoint is awkward and will
|
// This length check is a hack because SharePoint is awkward and will
|
||||||
// include the Negotiate option when responding with the T2 message
|
// include the Negotiate option when responding with the T2 message
|
||||||
|
|||||||
@@ -66,8 +66,7 @@ service_data:
|
|||||||
title: Uptime Kuma
|
title: Uptime Kuma
|
||||||
data:
|
data:
|
||||||
status: 0 # 0=down 1=up
|
status: 0 # 0=down 1=up
|
||||||
# name: Optional Uptime Kuma Monitor Name to filter by</pre
|
# name: Optional Uptime Kuma Monitor Name to filter by</pre>
|
||||||
>
|
|
||||||
<p>
|
<p>
|
||||||
{{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }}
|
{{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user