Add id attribute to form field to fix autofill warning

This commit is contained in:
Leon Bösche
2026-01-13 15:48:20 +01:00
parent 8d9db29db2
commit 2e1096a9ad

View File

@@ -765,7 +765,7 @@ func collaboraProxyHandler(w http.ResponseWriter, r *http.Request, db *database.
<p>Loading Collabora Online...</p>
</div>
<form method="POST" action="%s" target="_self" id="collaboraForm" style="display: none;">
<input type="hidden" name="access_token" value="%s">
<input type="hidden" id="access_token" name="access_token" value="%s">
</form>
<script>
// Auto-submit the form to Collabora