Release v0.6.0

This commit is contained in:
Omni
2026-04-20 20:57:23 +01:00
parent 69fabb32e6
commit 2ff09a1448
144 changed files with 4841 additions and 1306 deletions

View File

@@ -38,7 +38,7 @@ def handle_protocol_url(url: str):
if error:
error_description = params.get('error_description', ['No description'])[0]
_log_error(f"OAuth error: {error} {error_description}")
_log_error(f"OAuth error: {error} - {error_description}")
return
if not code or not state: