Closed Kechr closed 2 years ago
Make a logout function in profile view. The function should set the global userID variable to null, and the useEffect needs to be fixed so it doesn't throw unhandled promise errors.
profile
userID
null
useEffect
unhandled promise
Make a logout function in
profile
view. The function should set the globaluserID
variable tonull
, and theuseEffect
needs to be fixed so it doesn't throwunhandled promise
errors.