You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: remove redundant tenant_id from portal redirect URL
The tenant_id is already embedded in the JWT token's sub claim,
so it's unnecessary in the URL query parameter.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* fix(portal): handle mixed flat and nested topics in TopicPicker
Topics are now parsed individually for separators instead of
requiring all topics to share the same separator. This allows
flat topics (job, document) to render without nesting while
hierarchical topics (user.created, user.updated) are grouped.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* fix: portal vite reload
* test: update tests for tenant topics and portal URL changes
- Update e2e test to expect literal ["*"] for tenant topics with
wildcard destination (matches 78f162e behavior change)
- Update portal handler tests to check for token= instead of
tenant_id= in redirect URL (matches 20463b2 refactor)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
---------
Co-authored-by: Claude Opus 4.5 <[email protected]>
0 commit comments