Skip to content

Commit

Permalink
Remove log for CSRF token
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Nov 25, 2020
1 parent 951e795 commit a3d7885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AuthProvider/AuthProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function AuthProvider({ children }) {

useEffect( _ => {
async function tryRefresh(csrf_refresh_token){
console.log("CSRF Token", csrf_refresh_token)
if (csrf_refresh_token === undefined){
return false;
}
Expand Down

0 comments on commit a3d7885

Please sign in to comment.