Removed test creds. Whoops
parent
3c39b5e5c5
commit
f14d0bf7dd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue