Skip to content

Commit

Permalink
Fixed issue going to link invalid view back made auth not clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jul 25, 2024
1 parent 3d352de commit 2e972b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Simplenote/AuthWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ extension AuthWindowController {
}

let authViewController = AuthViewController()
let navigationController = SPNavigationController(initialViewController: authViewController)
authViewController.authenticator = authenticator
window.transition(to: authViewController)
window.transition(to: navigationController)
}

func switchToMagicLinkRequestedUI(email: String) {
Expand Down

0 comments on commit 2e972b5

Please sign in to comment.