Skip to content

Commit

Permalink
Merge branch 'bugfix/restore-login-2fa' into beta-2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 3, 2024
2 parents b3fb30c + edb87eb commit 7c8c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IVPNClient/Scenes/Signup/LoginViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class LoginViewController: UIViewController {

if let account = account {
self.userName.text = account.accountId
self.sessionManager.createSession()
self.startLoginProcess()
}
}
}
Expand Down

0 comments on commit 7c8c03c

Please sign in to comment.