sugoimusic: fix login error selector

This commit is contained in:
ilike2burnthing
2021-01-23 04:37:18 +00:00
committed by GitHub
parent bf2d8f8ded
commit 86a3499e3b

View File

@@ -78,7 +78,7 @@ login:
error: error:
- selector: span.warning - selector: span.warning
message: message:
selector: #text selector: span[class="warning"]:not(:contains("JavaScript"))
test: test:
path: index.php path: index.php
selector: a[href^="logout.php"] selector: a[href^="logout.php"]