@stokr/components-library 2.0.0-beta.33 → 2.0.0-beta.34

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.
@@ -347,7 +347,10 @@ var AuthProviderClass = /*#__PURE__*/function (_Component) {
347
347
  _this.setState({
348
348
  firebaseUser: null,
349
349
  firebaseError: null,
350
- verifyEmailError: null
350
+ verifyEmailError: null,
351
+ userMfaEnrollment: null,
352
+ waitingFor2fa: false,
353
+ isVerifyingEmail: false
351
354
  });
352
355
  if (redirect) {
353
356
  window.location.href = "https://".concat(process.env.REACT_APP_WEBSITE_DOMAIN);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.0.0-beta.33",
3
+ "version": "2.0.0-beta.34",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",