mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: unlock test error message to "Unsupported Country/Region"
This commit is contained in:
@@ -191,7 +191,7 @@ const UnlockPage = () => {
|
||||
if (
|
||||
status === "Disallowed ISP" ||
|
||||
status === "Blocked" ||
|
||||
status === "Unsupported Country"
|
||||
status === "Unsupported Country/Region"
|
||||
) {
|
||||
return "error";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user