Remove password autocomplete in embed

Causes issues when the embed is in an iframe, and the parent page has a
password input if the user uses the web browser autofill
pull/6266/head
Chocobozzz 2024-02-27 09:04:13 +01:00
parent 466acae1e5
commit a172cadee4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<div id="video-password-content"></div>
<form id="video-password-form">
<input type="password" id="video-password-input" name="video-password" autocomplete="user-password" required>
<input type="password" id="video-password-input" name="video-password" required>
<button type="submit" id="video-password-submit"> </button>
</form>