|
@@ -8,7 +8,7 @@
|
8
|
8
|
<h4>Login</h4>
|
9
|
9
|
<br />
|
10
|
10
|
</div>
|
11
|
|
- <!-- <alert :text="'Login successful'" :type="'SUCCESS'" />
|
|
11
|
+ <!--<alert :text="'Login successful'" :type="'SUCCESS'" />
|
12
|
12
|
<alert :text="'User does not exist, please register'" :type="'ERROR'" />
|
13
|
13
|
<alert :text="'Username is incorrect'" :type="'WARNING'" />
|
14
|
14
|
<alert :text="'Password is incorrect'" :type="'WARNING'" />
|
|
@@ -81,7 +81,7 @@
|
81
|
81
|
<div class="form">
|
82
|
82
|
<h5>Trouble signing in?</h5>
|
83
|
83
|
<div>
|
84
|
|
- <!-- <alert :text="'Username & password request email sent'" :type="'SUCCESS'" /> -->
|
|
84
|
+ <!--<alert :text="'Username & password request email sent'" :type="'SUCCESS'" />-->
|
85
|
85
|
<div class="row">
|
86
|
86
|
<div class="input-group-prepend">
|
87
|
87
|
<span class="input-group-text">
|