Skip to content

Commit 5c9a401

Browse files
committed
try 1 and try 2 buttons to debug redirects in tba
1 parent a3f5424 commit 5c9a401

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/Layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ export function Layout({ children, title = "Base Verify Demo" }: LayoutProps) {
219219
>
220220
Powered by Base Verify
221221
</a>
222+
<button onClick={() => openUrl("cbwallet://miniapp?url=https://verify.base.dev")}>Try 1</button>
223+
<button onClick={() => openUrl("https://verify.base.dev")}>Try 2</button>
222224
<span style={{ color: "#d1d5db", fontSize: "0.8rem" }}></span>
223225
<button
224226
onClick={() => {

0 commit comments

Comments
 (0)