mirror of
https://github.com/penpot/penpot.git
synced 2026-08-11 07:18:56 +00:00
Fix the root cause in profile.cljs: remove the optimistic conj from access-token-created and instead chain a fetch-access-tokens after the create-access-token API call succeeds. This ensures all callers get a fresh, server-consistent token list automatically. Suggested-by: niwinz Signed-off-by: kapilvus <kapil69265@gmail.com> Co-authored-by: kapilvus <kapilvus@gmail.com>