[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2024-11-30 18:03:09 +01:00
parent fd6f830f7a
commit 4018556089
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Easily integrate `Call-Me` into your website or application with a [simple ifram
```html
<iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; autoplay"
allow="camera; microphone; fullscreen; autoplay"
src="https://cme.mirotalk.com/"
style="width: 100vw; height: 100vh; border: 0px;"
></iframe>
-1
View File
@@ -77,7 +77,6 @@
id="email"
placeholder="Enter username"
required
autofocus
/>
</div>
<!-- Sign-in button -->