1
0
Fork 0
mirror of synced 2024-06-28 19:10:33 +12:00

Fixing inactivity issue in builder as well #1773.

This commit is contained in:
mike12345567 2021-06-22 13:05:15 +01:00
parent 868d31299a
commit dee180dc7c

View file

@ -14,6 +14,8 @@ const apiCall =
})
if (resp.status === 403) {
removeCookie(Cookies.Auth)
// reload after removing cookie, go to login
location.reload()
}
return resp
}