Update signing.html
Browse files- signing.html +2 -2
signing.html
CHANGED
|
@@ -45,9 +45,9 @@
|
|
| 45 |
<body>
|
| 46 |
<h1>Sign-up Complete</h1>
|
| 47 |
<p>Your Everyday Cats account is ready. You can now return to the app and <strong>Login</strong>.</p>
|
| 48 |
-
|
| 49 |
<script>
|
| 50 |
-
const appPackage = "com.
|
| 51 |
function openApp() {
|
| 52 |
window.location.href = `intent://#Intent;package=${appPackage};end`;
|
| 53 |
}
|
|
|
|
| 45 |
<body>
|
| 46 |
<h1>Sign-up Complete</h1>
|
| 47 |
<p>Your Everyday Cats account is ready. You can now return to the app and <strong>Login</strong>.</p>
|
| 48 |
+
<button onclick={()=> openApp()}> Open </button>
|
| 49 |
<script>
|
| 50 |
+
const appPackage = "com.everydaycats.dresscode"; // update with your actual Android package name
|
| 51 |
function openApp() {
|
| 52 |
window.location.href = `intent://#Intent;package=${appPackage};end`;
|
| 53 |
}
|