fix(webapp): hard-navigate after creating an organization (#4530)

This commit is contained in:
claude[bot]
2026-08-11 16:00:06 +01:00
committed by GitHub
parent 336f515001
commit 8819e25751
2 changed files with 36 additions and 8 deletions
@@ -0,0 +1,6 @@
---
area: webapp
type: fix
---
Creating an organization sometimes left you back on the creation form even though the organization had already been created, so clicking Create again made a duplicate. Creating an organization now completes and takes you to your new organization.