Pepguy commited on
Commit
7fcc732
·
verified ·
1 Parent(s): 189ec18

Update signing.html

Browse files
Files changed (1) hide show
  1. signing.html +2 -1
signing.html CHANGED
@@ -45,7 +45,8 @@
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() {
 
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
+
50
  <script>
51
  const appPackage = "com.everydaycats.dresscode"; // update with your actual Android package name
52
  function openApp() {