Open sosnovsky opened 2 months ago
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
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.