fix(datasource): move expires_in field after scope in OAuth2 configuration form (#31059)#41877
Conversation
|
Need an answer fast? Review this PR in Change Stack to ask focused questions about the PR or a changed range. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe ChangesOAuth2 Authorization Form Field Reordering
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This PR has not seen activitiy for a while. It will be closed in 7 days unless further activity is detected. |
Moves the 'Authorization expires in (seconds)' field to immediately after 'Scope(s)' in the OAuth2 Authorization Code form, so all authentication fields are grouped together. Pure UI reorder — no logic changes.
Before: scope → ... → custom auth params → expires_in
After: scope → expires_in → authorization URL → ...
Closes #31059
Summary by CodeRabbit