Browse Source

Update login form messaging

master
Dylan Baker 4 years ago
parent
commit
a0c8e4fdfa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/views/login.erb

+ 1
- 1
web/views/login.erb View File

@@ -1,6 +1,6 @@
1 1
 <div class="container">
2
-  <h2 class="container__heading">Login</h2>
3 2
   <form class="form form--login" action="/login" method="POST">
3
+    <p>Log in with your VLV credentials</p>
4 4
     <% if error_message %>
5 5
       <p class="error"><%= error_message %></p>
6 6
     <% end %>

Loading…
Cancel
Save