Issue #20 Solucionados errores mostrados por consola

This commit is contained in:
Daniel Cortes
2020-06-24 01:12:50 -04:00
parent 902f80536d
commit f49b4a57fd
7 changed files with 64 additions and 55 deletions

View File

@@ -68,7 +68,6 @@ export const auth = async (params) => {
if (expires > new Date()) {
const refresh_token = window.localStorage.getItem('refresh_token');
response = await do_refresh(refresh_token);
console.log('refresh response', response);
}
}