When getting account keys for authentication we swallow all errors and fail with logLocalAuthDisabledWarning without additional information even if local auth is not disabled (but i.e. user is not allowed to retrieve keys). We should log the actual error if retrieving failed for any other reason other than local auth being disabled, so the user can take appropriate action.
When getting account keys for authentication we swallow all errors and fail with
logLocalAuthDisabledWarningwithout additional information even if local auth is not disabled (but i.e. user is not allowed to retrieve keys). We should log the actual error if retrieving failed for any other reason other than local auth being disabled, so the user can take appropriate action.