We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fdb82 commit bec372aCopy full SHA for bec372a
1 file changed
TeslaSwiftDemo/LoginViewController.swift
@@ -47,8 +47,7 @@ class LoginViewController: UIViewController {
47
48
extension LoginViewController: SFSafariViewControllerDelegate {
49
public func safariViewControllerDidFinish(_ controller: SFSafariViewController) {
50
- self.dismiss(animated: false) {
51
- }
+ self.dismiss(animated: false)
52
print("cancelled")
53
}
54
0 commit comments