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
This point in the code is very deeply nested within if statements, which makes it difficult to tell if the error handling is correct.
Maybe you could extract this into a helper function? Extracting this code into a smaller helper function, maybe something likefetchMFA(), could reduce the complexity of this code and make it less error-prone.
This point in the code is very deeply nested within if statements, which makes it difficult to tell if the error handling is correct.
Maybe you could extract this into a helper function? Extracting this code into a smaller helper function, maybe something like
fetchMFA()
, could reduce the complexity of this code and make it less error-prone.Max H
Originally posted by @pullrequest[bot] in #96 (comment)
The text was updated successfully, but these errors were encountered: