Initial migration to new session based auth system with AllAuth
This commit is contained in:
@@ -444,6 +444,7 @@
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
credentials: 'include',
|
||||
body: JSON.stringify(adventure)
|
||||
});
|
||||
let data = await res.json();
|
||||
|
||||
Reference in New Issue
Block a user