You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed in logoutUser() function, there are no OnSuccessHandler and OnFailureHandler parameters for us to handle the cases where calling disableDevice API returns error. disableDeviceForCurrentUser already has these 2 parameters for handling such case. So, my request is to add these 2 parameters to logoutUser() and logoutPreviousUser() function, so that we can handle the error cases when logging out the user.
Hi, I noticed in
logoutUser()
function, there are noOnSuccessHandler
andOnFailureHandler
parameters for us to handle the cases where callingdisableDevice
API returns error.disableDeviceForCurrentUser
already has these 2 parameters for handling such case. So, my request is to add these 2 parameters tologoutUser()
andlogoutPreviousUser()
function, so that we can handle the error cases when logging out the user.The end result should be something like this:
The text was updated successfully, but these errors were encountered: