Skip to content
  • Guillaume Desmottes's avatar
    Fix account creation regression · 001c1043
    Guillaume Desmottes authored
    Each time we add a new account, a new page is added to the assistant. So
    checking if id equal PAGE_ENTER_CREATE is not enough as the next pages will
    have an id greater than that.
    001c1043