projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b425eda
)
Remove placeholders
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 17 Nov 2017 19:46:10 +0000
(14:46 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 17 Nov 2017 19:46:10 +0000
(14:46 -0500)
removing the placeholder for Password in input field.
views/front/registrations/login.html
patch
|
blob
|
history
diff --git
a/views/front/registrations/login.html
b/views/front/registrations/login.html
index
588cd11
..
4ac5800
100644
(file)
--- a/
views/front/registrations/login.html
+++ b/
views/front/registrations/login.html
@@
-26,7
+26,7
@@
<label style="color:red;">Password</label>
</div>
<div class="glm-columns glm-small-12">
- <input class="password"
placeholder="Password"
type="password" name="password" value="">
+ <input class="password" type="password" name="password" value="">
</div>
</div>
<div class="glm-row">