Bilgihanist
Results
1
comments of
Bilgihanist
useEffect(() => { let isMounted = true; const verifyRefreshToken = async () => { try { await refresh() } catch (error) { console.log(error) } finally { isMounted && setIsLoading(false) }...