spice.html: remove default password

Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
Alon Levy 2013-05-30 11:10:00 -04:00 committed by Jeremy White
parent 2f5c7f7ab0
commit 96e6383995

View File

@ -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>