Skip to content

Commit

Permalink
Update SplashScreen.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Nov 29, 2023
1 parent 3b6f454 commit c713c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ internal async void HandleSignInStatusChange(bool status)
{
if (webView?.CoreWebView2 != null)
{
await webView.CoreWebView2.ExecuteScriptAsync($"window.handleSignInStateChange({{\"status\": \"{status}\"}})");
await webView.CoreWebView2.ExecuteScriptAsync(@$"window.handleSignInStateChange({{""status"": ""{status}""}})");
}
}

Expand Down

0 comments on commit c713c4b

Please sign in to comment.