Peter Muturi пре 4 година
родитељ
комит
5d75bf0b22
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 4 4
      resources/views/layouts/login.blade.php
  2. 1 1
      resources/views/login.blade.php

+ 4 - 4
resources/views/layouts/login.blade.php

@@ -169,10 +169,10 @@
 </body>
 <script>
     $(document).ready(function() {
-        // $('.phone').mask('000-000-0000');
-        $('.pass').strengthify({
-            zxcvbn: '/js/zxcvbn.js'
-        })
+        $('.phone').mask('000-000-0000');
+        // $('.pass').strengthify({
+        //     zxcvbn: '/js/zxcvbn.js'
+        // })
     });
 </script>
 <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"

+ 1 - 1
resources/views/login.blade.php

@@ -4,7 +4,7 @@
 <div id="formView">
   <div class="d-flex align-items-center flex-column text-center p-3">
         <div class="flex-grow-1 single-form-heading font-weight-medium">HR Portal</div>
-        <p class="text-muted">Please enter your cell phone number below to receive an SMS token, then follow the prompts. If you are not in the U.S., please include + and the country code.</p>
+        <p class="text-muted">Please enter your cell phone number below to receive an SMS token, then follow the prompts</p>
     </div>
     <form action="{{route('send-sms-auth-token')}}" class="form mx-2" method="post">
       <div class="icon_wrap">