| src/utils/auth.js | ●●●●● patch | view | raw | blame | history |
src/utils/auth.js
@@ -10,7 +10,10 @@ } export function setToken(token) { return Cookies.set(TokenKey, token); return Cookies.set(TokenKey, token, { expires: 7, path: '/' }); } export function getRefreshToken() {