mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Addresses review feedback: after the setup dialog stages a freshly-added domain it kicks off refreshDomains asynchronously. canSave only required a staged draft, so a fast Save could run domains.find() against the stale list and spuriously throw "Selected domain is no longer available". Gate the managed Save on !loadingDomains (which flips true synchronously when a refresh starts) so the fresh list is present before Save reads it. |
||
|---|---|---|
| .. | ||
| backend | ||
| dashboard | ||
| dev-launchpad | ||
| e2e | ||
| hosted-components | ||
| internal-tool | ||
| mcp | ||
| mock-oauth-server | ||
| oauth-mock-server | ||
| skills | ||