powr-sdk-web 4.2.1 → 4.2.3

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.
@@ -133,9 +133,9 @@ var PowrLogin = function PowrLogin(_ref) {
133
133
  setError('');
134
134
  _context.p = 1;
135
135
  if (!window.recaptchaVerifier) {
136
- window.recaptchaVerifier = new _firebase.RecaptchaVerifier('recaptcha-container', {
136
+ window.recaptchaVerifier = new _firebase.RecaptchaVerifier(_firebase.auth, 'recaptcha-container', {
137
137
  size: 'invisible'
138
- }, _firebase.auth);
138
+ });
139
139
  }
140
140
  appVerifier = window.recaptchaVerifier;
141
141
  _context.n = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powr-sdk-web",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "babel src -d dist --copy-files",