chore: trim automation ui cleanup
This commit is contained in:
@@ -92,8 +92,6 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
def _decode_api_key(raw_key: str) -> str | None:
|
||||
from urllib.parse import unquote
|
||||
|
||||
key = unquote(raw_key)
|
||||
_api_key_re = re.compile(r"^[A-Za-z0-9_:.-]{1,128}$")
|
||||
if _api_key_re.match(key) is None:
|
||||
|
||||
Reference in New Issue
Block a user