Pepguy commited on
Commit
189ec18
·
verified ·
1 Parent(s): 56bbddc

Update signing.html

Browse files
Files changed (1) hide show
  1. 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.publicstring.everydaycats"; // update with your actual Android package name
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
  }