wordjelly-auth 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f71e0dcebda1f38fdaab81b8f16b2336be897de9d09c544d11177b563ef3e86f
4
- data.tar.gz: 7bd8cd9bbfe27efc9d4da172b1a45e0e5d0966e76d9dc45d88a300b31a7992a4
3
+ metadata.gz: ad1066cb8a300610cf74c3b9e0f4b180baa3fb6cc37b72e07bbde89485065093
4
+ data.tar.gz: 4480cd8af632f275e89cf07f5651a2c1893f9cf09f0dc641bf3d9162c9a75d15
5
5
  SHA512:
6
- metadata.gz: 97d49ac10bc8898169880557974f72481ae117043e3d09bf5b2087dc1534676f44fc342fa91f3bdc1723f04d2cb8b7aa25d931f87d4c32aa255420c1ae293856
7
- data.tar.gz: acaa921dbd21a004f863c6c51fd24e95bf457cef6342d56c6086bbf6d1215c7252259e17ae9a0fd12e241e5dd19fb4acd0ffde935a16f6193a5e297cc8621784
6
+ metadata.gz: 49e1d6a2ef1d261222010899cbb4ae3389e4b34b588648e1f363c72f2f6c8984904fd9fef26c1168173e09c6bc9103db06d21a386804c68028336551fbe40648
7
+ data.tar.gz: 40dee884a93a9597357fc93b8b15ab3baf5ad4298f5f2a70793cde20c373cef3d6be3b2d95ffa34756e9747a9a6d8303aa97cbb04928cc9172ab3961fd0391a1
@@ -21,7 +21,7 @@ A SMS with an One-Time-Password was sent to <%= resource.additional_login_param
21
21
  <% end %>
22
22
  <div class="m-20-bottom" id="otp_submit">
23
23
 
24
- <i class="mdi-hardware-keyboard-tab grey-text center cursor-pointer" style="height:60px; width:60px; border:1px solid #9e9e9e; border-radius:5px; font-size:1.8em; padding-top:0.75rem; text-align:center;" id="submit_icon"></i>
24
+ <i class="material-icons grey-text center cursor-pointer" style="height:60px; width:60px; border:1px solid #9e9e9e; border-radius:5px; font-size:1.8em; padding-top:0.75rem; text-align:center;" id="submit_icon">keyboard_tab</i>
25
25
 
26
26
  </div>
27
27
  <% end %>
@@ -3,3 +3,4 @@ $("#personalization").html("<%= escape_javascript(render partial: 'layouts/auth/
3
3
  $("#login_title").html("Sign In Successfull !").show();
4
4
  $("#login_content").html("<%= escape_javascript(render partial:'auth/modals/sign_in_success_content.html.erb' ) %>").show();
5
5
  $("#login_footer").html("<%= escape_javascript(render partial: 'auth/modals/login_navigation_options.html.erb') %>").hide();
6
+ location.reload();
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "1.5.3"
2
+ VERSION = "1.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordjelly-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhargav
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-14 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk