mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
feat: Store accessToken in cookies instead of localStorage
This commit is contained in:
@@ -2,7 +2,7 @@ import http from './http';
|
||||
|
||||
/* Actions */
|
||||
|
||||
const createAccessToken = (data, headers) => http.post('/access-tokens', data, headers);
|
||||
const createAccessToken = (data) => http.post('/access-tokens', data);
|
||||
|
||||
export default {
|
||||
createAccessToken,
|
||||
|
||||
Reference in New Issue
Block a user