spice.html: remove default password
Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
2f5c7f7ab0
commit
96e6383995
@ -119,7 +119,7 @@
|
||||
<span class="logo">SPICE</span>
|
||||
<label for="host">Host:</label> <input type='text' id='host' value='localhost'> <!-- localhost -->
|
||||
<label for="port">Port:</label> <input type='text' id='port' value='5959'>
|
||||
<label for="password">Password:</label> <input type='password' id='password' value='spicy'>
|
||||
<label for="password">Password:</label> <input type='password' id='password' value=''>
|
||||
<button id="connectButton" onclick="connect();">Start</button>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user