Skip to content

Commit

Permalink
Fixed issue where on signup > back the buttons don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jul 24, 2024
1 parent 8d04f77 commit 8b25766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Simplenote/SignupVerificationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ private extension SignupVerificationViewController {

func presentAuthenticationInteface() {
let authViewController = AuthViewController()
let navigationController = SPNavigationController(initialViewController: authViewController)
authViewController.authenticator = authenticator
view.window?.transition(to: authViewController)
view.window?.transition(to: navigationController)
}
}

Expand Down

0 comments on commit 8b25766

Please sign in to comment.