mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-16 22:22:27 +02:00
Fix get_manifest
This commit is contained in:
@@ -611,7 +611,8 @@ class SessionManager:
|
||||
|
||||
safe_data = {}
|
||||
for key, value in data.items():
|
||||
if key in ['access_token', 'refresh_token', 'client_secret', 'password']:
|
||||
if key in ['access_token', 'refresh_token', 'client_secret', 'password',
|
||||
'persona_token', 'persona_jwt']: # ← ADD THESE TWO FIELDS
|
||||
safe_data[key] = f"<present>" if value else f"<missing>"
|
||||
elif isinstance(value, dict):
|
||||
# Recursively handle nested dicts (for scoped tokens)
|
||||
|
||||
Reference in New Issue
Block a user