fix(FN-2469): show GitHub OAuth instructions during onboarding login
- Resolve merge conflicts while preserving current provider grouping and onboarding flow - Render GitHub login instructions in the onboarding connect CTA while auth is pending - Add a dedicated test id for the GitHub onboarding instruction message to satisfy regression coverage
This commit is contained in:
@@ -2106,6 +2106,14 @@ export function ModelOnboardingModal({
|
||||
Connect
|
||||
</button>
|
||||
)}
|
||||
{authActionInProgress === "github" && loginInstructions.github && (
|
||||
<p
|
||||
className="auth-login-instructions"
|
||||
data-testid="onboarding-login-instructions-github"
|
||||
>
|
||||
{loginInstructions.github}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user