You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I am running Vue dev-tools, and it is sending messages for hot reload, I was confused. Sometimes I receive the token and most of the time I was not.
After debugging I've found adding once was not a good idea, instead I removeEventListener after receiving the token.
The text was updated successfully, but these errors were encountered:
entropychat.app/client/src/store/modules/auth.js
Lines 43 to 45 in c76399c
Because I am running Vue dev-tools, and it is sending messages for hot reload, I was confused. Sometimes I receive the token and most of the time I was not.
After debugging I've found adding
once
was not a good idea, instead IremoveEventListener
after receiving the token.The text was updated successfully, but these errors were encountered: