Commit 542c1040 authored by XhmikosR's avatar XhmikosR
Browse files

Merge pull request #15095 from gitaeks/master

Fixed a typo in Sign-in page example
parents b87370c2 f94cb581
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<h2 class="form-signin-heading">Please sign in</h2> <h2 class="form-signin-heading">Please sign in</h2>
<label for="inputEmail" class="sr-only">Email address</label> <label for="inputEmail" class="sr-only">Email address</label>
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus> <input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
<label for="inputPassword" class="sr-only">Email address</label> <label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required> <input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
<div class="checkbox"> <div class="checkbox">
<label> <label>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment