wobauth 6.0.0 → 6.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a661b2ef2633e5ad06f72306b6a30c539c9fdb33a0cf82c1f4be979dfdb3d4a
|
|
4
|
+
data.tar.gz: ebb2d4e8295b2ddf6e165cab805b13b20080ee8187a154190e2a49dbbc82e571
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1c53adfd7b8d1b61cc93708c5c09224ff40ba56958ecd310b8124563027b2091e071da45c2cb780452b9200c9828dd462893a1ed52dd48cff0c2e1c34045148
|
|
7
|
+
data.tar.gz: 3a91daac8fd923a4b0bde19f1ad156d96ec3185159559e3e49eb7d4fb64ec7a603603786036fa9692c6f31f7e7c5c466754f820f94a8946299005be75bd0178c
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div class="container">
|
|
2
|
-
<%= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put, class: 'card' }) do |f| %>
|
|
2
|
+
<%= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put, class: 'card', 'data-turbo': false }) do |f| %>
|
|
3
3
|
<%= f.error_notification %>
|
|
4
4
|
|
|
5
5
|
<div class="card-header">
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<%= f.input :password_confirmation, required: false %>
|
|
19
19
|
<%= f.input :current_password, hint: "we need your current password to confirm your changes", required: true %>
|
|
20
20
|
|
|
21
|
-
<%= f.button :submit, class: 'btn btn-primary' %>
|
|
21
|
+
<%= f.button :submit, class: 'btn btn-primary', data: { turbo: false } %>
|
|
22
22
|
<%= cancel_button %>
|
|
23
23
|
</div>
|
|
24
24
|
<% end %>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="container">
|
|
2
2
|
<%= simple_form_for(resource, as: resource_name, url: session_path(resource_name),
|
|
3
|
-
html: { class: 'form-horizontal card'}) do |f| %>
|
|
3
|
+
html: { class: 'form-horizontal card', 'data-turbo': false }) do |f| %>
|
|
4
4
|
<div class="card-header">
|
|
5
5
|
<h3>Login</h3>
|
|
6
6
|
</div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<%= f.input :username, required: true, autofocus: true %>
|
|
10
10
|
<%= f.input :password, required: true %>
|
|
11
11
|
|
|
12
|
-
<%= f.button :submit, "Log in" %>
|
|
12
|
+
<%= f.button :submit, "Log in", data: { turbo: false } %>
|
|
13
13
|
</div>
|
|
14
14
|
<% end %>
|
|
15
15
|
|
data/lib/wobauth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wobauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wolfgang Barth
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|