Skip to content

Commit

Permalink
Popup: Launch to a Trinsic loading page instead of about:blank (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Coffey <josh@Joshuas-MacBook-Pro.local>
  • Loading branch information
geel9 and Joshua Coffey authored Dec 3, 2024
1 parent 68b0cf1 commit 653f1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-web/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function launchPopup(
): Promise<TrinsicSessionResult> {
const userAgents = detectUserAgents();
const popup = window.open(
"about:blank",
"https://api.trinsic.id/loading",
"Trinsic",
userAgents.isDesktop
? "width=600,height=900"
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"flutterUIVersion": "1.0.0",
"expoUIVersion": "1.0.0",
"reactNativeUIVersion": "1.0.0",
"webUIVersion": "1.2.10"
"webUIVersion": "1.2.11"
}

0 comments on commit 653f1e8

Please sign in to comment.