Skip to content

Commit

Permalink
remove inspectable to older builders
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 9, 2024
1 parent e3aa26f commit 40c9e37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/FronteggSwift/embedded/FronteggWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ public struct FronteggWebView: UIViewRepresentable {
controller.webView = webView


if #available(iOS 16.4, *) {
webView.isInspectable = true
} else {
// Fallback on earlier versions
}
// if #available(iOS 16.4, *) {
// webView.isInspectable = true
// } else {
// // Fallback on earlier versions
// }

let url: URL
let codeVerifier: String;
Expand Down

0 comments on commit 40c9e37

Please sign in to comment.