Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Nov 9, 2024
1 parent d0ced62 commit f6e53d7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ open class FronteggWebView : WebView {

webViewClient = FronteggWebClient(context, passkeyWebListener)

setWebContentsDebuggingEnabled(true);


CookieManager.getInstance().setAcceptThirdPartyCookies(this, true)
this.addJavascriptInterface(FronteggNativeBridge(context), "FronteggNativeBridge")
val rules = setOf("*")
Expand Down

0 comments on commit f6e53d7

Please sign in to comment.