mirror of https://github.com/Chocobozzz/PeerTube
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 autofillpull/6266/head
parent
466acae1e5
commit
a172cadee4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue