Skip to content

Commit

Permalink
Merge pull request #456 from ivpn/bugfix/restore-login-2fa
Browse files Browse the repository at this point in the history
Account logs in without validating the 2FA code
  • Loading branch information
jurajhilje committed Sep 17, 2024
2 parents 496df97 + edb87eb commit 3ba9026
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 3ba9026

Please sign in to comment.