Skip to content

fix auth0#206

Merged
22raor merged 2 commits intomasterfrom
fix-auth0
Dec 8, 2025
Merged

fix auth0#206
22raor merged 2 commits intomasterfrom
fix-auth0

Conversation

@22raor
Copy link
Collaborator

@22raor 22raor commented Dec 7, 2025

this fixes all the auth0 issues. trust

@netlify
Copy link

netlify bot commented Dec 7, 2025

Deploy Preview for hackduke-portal ready!

Name Link
🔨 Latest commit 21b15f7
🔍 Latest deploy log https://app.netlify.com/projects/hackduke-portal/deploys/69364cc650250000084a512c
😎 Deploy Preview https://deploy-preview-206--hackduke-portal.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Dec 7, 2025

Deploy Preview for hackduke-docs canceled.

Name Link
🔨 Latest commit 21b15f7
🔍 Latest deploy log https://app.netlify.com/projects/hackduke-docs/deploys/69364cc6a2cec0000867d756

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just fixing some lints that were cluttering up my console

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also a lint, ignore this

params: { form_key: form.formKey },
}
);
hasSubmitted = true;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just to make sure errors get caught here -- wasn't visible before

errorCode === "missing_refresh_token" ||
errorCode === "invalid_grant"
) {
if (loginWithRedirect) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main fix -- force relogin on any of the above issues.

@22raor 22raor merged commit 7453377 into master Dec 8, 2025
10 checks passed
@22raor 22raor deleted the fix-auth0 branch December 8, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant