Removed test creds. Whoops

react_convert
Mark Moffat 2018-01-21 21:10:00 +01:00
parent 3c39b5e5c5
commit f14d0bf7dd
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
<input type="hidden" name="frm_referringUrl" value="{{referringUrl}}">
<h2 class="form-signin-heading">Please sign in</h2>
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="email address" value="test@test.com" required autofocus>
<input type="email" name="email" class="form-control" placeholder="email address" required autofocus>
</div>
<div class="form-group">
<input type="password" name="password" class="form-control" placeholder="Password" value="test" required>
<input type="password" name="password" class="form-control" placeholder="Password" required>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>