Skip to content

Commit dc39324

Browse files
committed
chore: Update samples to align with API changes
1 parent 81d8a86 commit dc39324

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

Source/Immutable/Private/Immutable/ImmutablePassport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ void UImmutablePassport::OnConnectResponse(FImtblJSResponse Response)
380380
}
381381
FString Err;
382382
FPlatformProcess::LaunchURL(*ConnectData->url, nullptr, &Err);
383-
if (!Err.Len())
383+
if (Err.Len())
384384
{
385385
FString Msg = "Failed to connect to Browser: " + Err;
386386
IMTBL_ERR("%s", *Msg);

0 commit comments

Comments
 (0)