mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
removed default login and password
This commit is contained in:
parent
910cdbb4b0
commit
af031fbe2f
@ -7,9 +7,9 @@
|
||||
<div id="loginForm">
|
||||
<h3>Please sign in</h3>
|
||||
<label for="userId" class="ui-hidden-accessible">Username:</label>
|
||||
<input type="email" name="user" id="userId" value="integration" placeholder="user" data-theme="a">
|
||||
<input type="email" name="user" id="userId" value="" placeholder="user" data-theme="a">
|
||||
<label for="password" class="ui-hidden-accessible">Password:</label>
|
||||
<input type="password" name="pass" id="password" value="hellosafe" placeholder="password" data-theme="a">
|
||||
<input type="password" name="pass" id="password" value="" placeholder="password" data-theme="a">
|
||||
<input type="button" data-theme="b" data-icon="check" id="loginBtn" value="Sign in">
|
||||
</div>
|
||||
</div><!-- /content -->
|
Loading…
Reference in New Issue
Block a user