ember-auth-source 4.1.3 → 4.1.4

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.
Files changed (2) hide show
  1. data/dist/ember-auth.js +1 -1
  2. metadata +2 -2
@@ -764,7 +764,7 @@
764
764
  if (opts.async != null) {
765
765
  data['async'] = opts.async;
766
766
  }
767
- data[Auth.Config.get('urlAuthenticationParamsKey')] = this.params;
767
+ data = $.extend(data, this.params);
768
768
  return Auth.signIn(data);
769
769
  },
770
770
  retrieveParams: function() {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ember-auth-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.3
4
+ version: 4.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: -1070358195
78
+ hash: -243460685
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements: