mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 04:18:38 +00:00
Do not autocomplete admin command form values (#822)
This commit is contained in:
parent
5c66b0f713
commit
88f8eec8a0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ else
|
|||
<div class="ui blue segment">
|
||||
<h3>@command.Name()</h3>
|
||||
<form>
|
||||
<input type="text" name="command" style="display: none;" value="@command.FirstAlias">
|
||||
<input autocomplete="off" type="text" name="command" style="display: none;" value="@command.FirstAlias">
|
||||
@if (command.RequiredArgs() > 0)
|
||||
{
|
||||
<div class="ui left action input" style="width: 100%">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue