We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd6f37 commit 792e24fCopy full SHA for 792e24f
src/Packages/Passport/Runtime/Scripts/Public/PassportUI.cs
@@ -198,7 +198,7 @@ private void CreateWebView()
198
// Register JavaScript methods
199
webView.RegisterJavaScriptMethod("HandleLoginData", HandleLoginData);
200
webView.RegisterJavaScriptMethod("HandleLoginError", HandleLoginError);
201
- webView.RegisterJavaScriptMethod("CloseWebView", (data) => HideLoginUI());
+ webView.RegisterJavaScriptMethod("HandleClose", (data) => HideLoginUI());
202
203
isInitialized = true;
204
PassportLogger.Info($"{TAG} Cross-platform WebView created successfully");
0 commit comments