- Shipped
- August 25, 2026 at 1:15 AM UTC
- Author
- kamo
- Commit
- 508bf62
An operator filling in the Google Workspace registration had nothing telling them what to put in the Google Cloud console's Authorized redirect URIs, and the Redirect URI field on the card is not the answer — EmailService replays its own configured redirect and never reads that column, so whatever is typed there changes nothing. Show the real one instead: read-only, copyable, above the credential fields, and prefilled into the stored redirect when the row is empty so the record agrees with the screen. ProviderDef carries it only for providers whose callback is fixed in code; the rest keep a redirect that genuinely is whatever the operator types.