-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: login / logout / refresh token blows away error_tracking_opt
#460
Comments
Ahah! I was wondering why I kept getting asked the question. |
That would work! A separate file is a good solution. |
I should have listened the first time you suggested it 😆 |
In
user.tsx
, whenever we login / logout / refresh the oauth_token, we blow away the error tracking fieldserror_tracking_opt
/error_tracking_opt_date
. We should preserve this info.The text was updated successfully, but these errors were encountered: