ombu_labs-auth 1.1.0 → 1.1.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 +4 -4
- data/app/views/devise/sessions/new.html.erb +1 -1
- data/lib/ombu_labs/auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96cf197bc04a42bd04b4dede9cd20534f74cc3321149b2b46e076346c850fbb0
|
4
|
+
data.tar.gz: 20991e59bfb33e14978dd161fbad77616570ac1ab185b5af5df5504b876dee2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc1dc5d642d5ba48c8c9ed7be81c190d2909e2297dc72937e35a64b6be3ab85a53eb7f909a10eb5d8dbcceda1bbd79bd3740abe0446d308888ea843891319593
|
7
|
+
data.tar.gz: 375fe818fab0c2e134fe1c4cf82065d5e4f9608f8245850eaf65c13108d855d00a011acb9011634ab1c2e355b06571d7a31003a92b85a5bc92ff5769a48a05d0
|
@@ -4,5 +4,5 @@
|
|
4
4
|
<div class="alert alert-danger" role="alert"><%= flash[:error] %></div>
|
5
5
|
<% end %>
|
6
6
|
<%- Devise.omniauth_providers.each do |provider| %>
|
7
|
-
<%= button_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(OmbuLabs::Auth.user_class, provider), method: :post %><br />
|
7
|
+
<%= button_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(OmbuLabs::Auth.user_class, provider), method: :post, data: { turbo: false } %><br />
|
8
8
|
<% end -%>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ombu_labs-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OmbuLabs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|