@aigens/aigens-sdk-core 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -323,7 +323,6 @@ extension WebContainerViewController: WKNavigationDelegate {
|
|
323
323
|
if let errorUrl = webView.url?.absoluteString {
|
324
324
|
print("navURL-- errorUrl: \(errorUrl)")
|
325
325
|
if (!self.redirectLink.isEmpty && errorUrl.starts(with: self.redirectLink)) {
|
326
|
-
self.redirectLink = ""
|
327
326
|
webContainerView.showError(false)
|
328
327
|
webContainerView.showLoading(true)
|
329
328
|
}else {
|