login-with-facepass 1.0.3 → 1.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "login-with-facepass",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -114,7 +114,7 @@ const LoginWithFacePass = ({ setJwt, setStatus }) => {
114
114
  };
115
115
 
116
116
  return (
117
- <>
117
+ <div>
118
118
  <button
119
119
  className="demo-btn standard-btn"
120
120
  onClick={() => setShowPopup(true)}
@@ -158,7 +158,7 @@ const LoginWithFacePass = ({ setJwt, setStatus }) => {
158
158
  </div>
159
159
  </div>
160
160
  )}
161
- </>
161
+ </div>
162
162
  );
163
163
  };
164
164