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(",")
|
||||
.find((_) => _.match(/ *NTLM/))
|
||||
?.trim() || "";
|
||||
if (
|
||||
!(
|
||||
error &&
|
||||
error.status === 401 &&
|
||||
error.headers["www-authenticate"] &&
|
||||
error.headers["www-authenticate"].includes("NTLM")
|
||||
)
|
||||
)
|
||||
if (!(
|
||||
error &&
|
||||
error.status === 401 &&
|
||||
error.headers["www-authenticate"] &&
|
||||
error.headers["www-authenticate"].includes("NTLM")
|
||||
))
|
||||
return [3 /*break*/, 3];
|
||||
// This length check is a hack because SharePoint is awkward and will
|
||||
// include the Negotiate option when responding with the T2 message
|
||||
|
||||
@@ -66,8 +66,7 @@ service_data:
|
||||
title: Uptime Kuma
|
||||
data:
|
||||
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>
|
||||
{{ $t("Then choose an action, for example switch the scene to where an RGB light is red.") }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user