Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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(); //
|
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 |
+
|