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
Fix: Skip empty lines when listening to OAuth callback
It is possible that a browser, after login, sends out empty lines through
the socket before sending the auth code. This fix will skip the empty lines
and will parse the first non-empty line.
0 commit comments