rodauth-omniauth 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rodauth/features/omniauth.rb +1 -1
- data/rodauth-omniauth.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19c3567386c82344beabaf49bfb59614694fd8fecb212e72583cea29ceed613b
|
4
|
+
data.tar.gz: 7a6b4e6cac612f61c07e11163e98be55ff0d4ab0d0a7815f2a156c0a4bc51577
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf3cb6c85645361488496d881dc10f35b09ea088a22b340264b7a1b5d42009af0b08f9783e850e04fffcaf2541685755d8cb6fa87ce2c8202016c2478a7e4c61
|
7
|
+
data.tar.gz: ebb120c5a3c61935f8c230f9418f977fafeb693af0180805d1103c22d93308dc763253f476575c5b48b2dee157fef30b500443a8f8becfe23b78e665c92e0984
|
@@ -204,6 +204,6 @@ end
|
|
204
204
|
|
205
205
|
if defined?(Rodauth::Model)
|
206
206
|
Rodauth::Model.register_association(:omniauth) do
|
207
|
-
{ name: :identities, type: :many, table: omniauth_identities_table, key:
|
207
|
+
{ name: :identities, type: :many, table: omniauth_identities_table, key: omniauth_identities_account_id_column }
|
208
208
|
end
|
209
209
|
end
|
data/rodauth-omniauth.gemspec
CHANGED