strongmind-auth 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 858a24af8bdc82d60c187a237ce0f9012aca8ca0aafea595d55ba05c4bd30dcd
4
- data.tar.gz: a36d21bdee8b7f7baad95bb763cee7233658727c7dfa4e8511f98eb28edda262
3
+ metadata.gz: e98b43c5f33e496befb6df72f2aaa559132d7827fc4e5c5c0e38a032a16184c1
4
+ data.tar.gz: b7e6517e30acc303c5031aea42ae079459d54735a93c1ea05a756af30a6055dd
5
5
  SHA512:
6
- metadata.gz: 4176c666a31033ec33658b7138ed3e13787dd3a03c58f31d80f69211e367d45b469fa2ba4f42bd0b65ba54b6bf7235b455df520f592af98bde878b3a494ce95b
7
- data.tar.gz: 6bad2f62194ed2adeec7cae1dfc664b571f2d915683b1966c614adc2e1f2997bf2d7a0ab234f8062f403979fa837d861c99cc38be386c69dbcc1d448c58dce87
6
+ metadata.gz: 2603d879de7134e7463418009d45667a0d3f39412d7ff27cb370de7af61a5fc964553577fcd76b81047f81ad107e862ea5cfc29227be41c6335574b6e20f8813
7
+ data.tar.gz: a5706db7a96ce11092b20f17df3f85a0dc816ce335b91d2dc85d67ad29236976a0719cb2a6fec68c500329d8172ff14420eba1197eba851b6a3bf23b418bfe30
@@ -17,7 +17,7 @@
17
17
  <%= button_to 'Sign in with StrongMind', '/users/auth/strongmind', style: 'display:none' %>
18
18
  <script type="text/javascript">
19
19
  function submitForm() {
20
- //document.forms[0].submit();
20
+ document.forms[0].submit();
21
21
  }
22
22
 
23
23
  // Submit the form on load
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Belding