Skip to content

Commit

Permalink
[nextra] Remove keyless iframe (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariria authored Sep 6, 2024
1 parent ecaec00 commit cee1c61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions apps/nextra/pages/en/build/guides/aptos-keyless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Visit this page to learn more [Simple Example](aptos-keyless/simple-example.mdx)

<br/>

<iframe
{/* ADD BACK WHEN WE HAVE A BETTER APPROACH TO SOLVING THE CREDITS PROBLEM */}
{/* <iframe
src="https://codesandbox.io/p/devbox/aptos-keyless-example-pwsfs8?embed=1&file=%2FREADME.md"
style={{
width: "100%",
Expand All @@ -27,4 +28,4 @@ Visit this page to learn more [Simple Example](aptos-keyless/simple-example.mdx)
title="aptos-keyless-example"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
></iframe> */}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ title: "Keyless Simple Example"

# Keyless Simple Example

This is a live Keyless example on CodeSandbox. Follow the instructions in the `README.md` to add your own Google `client_id`. Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/).
Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/).

The Keyless Simple Example is currently undergoing maintenance. Please check back later.

{/* This is a live Keyless example on CodeSandbox. Follow the instructions in the `README.md` to add your own Google `client_id`. Explore the code in [aptos-keyless-example repository](https://github.com/aptos-labs/aptos-keyless-example/).
<br/>
Expand All @@ -20,4 +24,4 @@ This is a live Keyless example on CodeSandbox. Follow the instructions in the `R
title="aptos-keyless-example"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
></iframe> */}

0 comments on commit cee1c61

Please sign in to comment.