Subbu1304 commited on
Commit
bac3d56
·
verified ·
1 Parent(s): 86ce4a2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -203,7 +203,7 @@
203
  let confirmation = event.results[0][0].transcript.trim().toLowerCase();
204
  recognition.stop();
205
  if (confirmation.includes("ok") || confirmation.includes("yes")) {
206
- startListeningForMobileLogin(); // Proceed to mobile number input
207
  } else {
208
  speak("Let's try again. Please tell your email.", startListeningForLogin);
209
  }
@@ -339,3 +339,4 @@
339
  </body>
340
  </html>
341
 
 
 
203
  let confirmation = event.results[0][0].transcript.trim().toLowerCase();
204
  recognition.stop();
205
  if (confirmation.includes("ok") || confirmation.includes("yes")) {
206
+ startListeningForMobileLogin(); // Move to mobile number
207
  } else {
208
  speak("Let's try again. Please tell your email.", startListeningForLogin);
209
  }
 
339
  </body>
340
  </html>
341
 
342
+