-
- Downloads
Use seperate path to handle oauth callback
This fixes an issue where you'd be taken to an error screen if you refreshed a restricted page while you had a then-invalidated code in your url params
parent
16fc81e9
No related branches found
No related tags found
... | ... | @@ -14,6 +14,7 @@ |
"dependencies": { | ||
"axios": "^0.21.1", | ||
"body-parser": "^1.18.3", | ||
"cookie-parser": "^1.4.5", | ||
"emailjs": "^2.2.0", | ||
"express": "^4.15.2", | ||
"html2plaintext": "^2.1.2", | ||
... | ... |
Please register or sign in to comment