• Your Name's avatar
    Fix datetime serialization error in user tokens page · a6387c03
    Your Name authored
    - Convert datetime objects to ISO format strings before passing to template
    - Fixes TypeError: Object of type datetime is not JSON serializable
    - Handles both created_at and last_used datetime fields
    a6387c03
main.py 560 KB