Skip to content
  • Grisha Kruglov's avatar
    Part 3: Don't progress past authentication problems during account restoration · f1753c33
    Grisha Kruglov authored
    If we don't do this, we end up calling onAuthenticated _after_ callin onAuthenticationProblems.
    
    This isn't a very principled solution, since other similar situations aren't covered.
    And, we may fail 'ensureCapabilities' for reasons other than authentication (e.g. network failures).
    
    Arguably, stopping here _is_ better than progressing with an uncertain state.
    f1753c33