panel-auth-fixes
Some checks failed
Deploy on push / deploy (push) Failing after 5s

This commit is contained in:
2025-07-25 09:46:52 +03:00
parent 0bccd0d87e
commit 243367134b
3 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ async def logout(_: None, info: GraphQLResolveInfo, **kwargs: Any) -> dict[str,
return result
except Exception as e:
logger.error(f"Ошибка выхода: {e}")
return {"success": False, "message": str(e)}
return {"success": False}
@mutation.field("refreshToken")