Fixing inactivity issue in builder as well #1773.
This commit is contained in:
parent
21a2632da7
commit
db186a1c91
|
@ -14,6 +14,8 @@ const apiCall =
|
|||
})
|
||||
if (resp.status === 403) {
|
||||
removeCookie(Cookies.Auth)
|
||||
// reload after removing cookie, go to login
|
||||
location.reload()
|
||||
}
|
||||
return resp
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue