v1.13.5 — Join via invite works against Postgres cloud URLs
Fixed
redeemInviteHTTP 404 against Postgres cloud URLs. Same architectural pattern as the v1.13.3 register fix —fetch()against apostgres://...URL can't reach/api/auth/redeem-invite. NewredeemInviteDirect()insrc/teams/direct-ops.tsruns the same INSERT sequence directly against the cloud Postgres (token hash compare, email binding, expiry, un-redeemed-yet check).TeamsClient.redeemInvitedispatches on URL scheme.- Create-team / Join-team modal copy. Cloud URL placeholders updated from
http://localhost:4317to a representative Postgres pooler URL.autocapitalize="off"+autocorrect="off"+spellcheck="false"added so case-sensitive tenant prefixes don't get auto-capitalized.
Full PR: #21