We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When extension tries to refresh token using authRefreshToken method and requests fails:
✅ Chrome handles fail correctly, by showing Please reconnect FlowCrypt to your Gmail Account notification:
Please reconnect FlowCrypt to your Gmail Account
❌ Firefox doesn't handle fail and extension just stucks in loading state, like this:
To reproduce - replace refreshToken param in authRefreshToken request with any string.
refreshToken
authRefreshToken
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When extension tries to refresh token using authRefreshToken method and requests fails:
✅ Chrome handles fail correctly, by showing
Please reconnect FlowCrypt to your Gmail Account
notification:❌ Firefox doesn't handle fail and extension just stucks in loading state, like this:
To reproduce - replace
refreshToken
param inauthRefreshToken
request with any string.The text was updated successfully, but these errors were encountered: