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: callback route fails when state is "null" (#24)
* fix: callback route fails when state is "null"
JSON.parse(atob("null")) throws
```
VM335:1 Uncaught SyntaxError: Unexpected token '�', "�ée" is not valid JSON
at JSON.parse (<anonymous>)
at <anonymous>:1:6
```
* format: match repo prettier
0 commit comments