Prevent 503 from removing credentials. Only unauthorized requests should remove credentials.
Currently any issue with server returns kicks a user out and deletes credntials. Need to update this to only remove credentials when these errors are sent `401` `403`