onairos 0.1.352 → 0.1.353

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.
@@ -37,13 +37,11 @@ function AuthButtons(_ref) {
37
37
  const othentLogin = async data => {
38
38
  onLoginSuccess(data, true);
39
39
  };
40
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
40
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
41
41
  className: "flex flex-row justify-center items-center space-x-4",
42
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(GoogleButton, {
43
- onLoginSuccess: othentLogin
44
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_OnairosAppButton.default, {
42
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_OnairosAppButton.default, {
45
43
  hasSavedCredentials: hasSavedCredentials,
46
44
  onSuccess: onLoginSuccess
47
- })]
45
+ })
48
46
  });
49
47
  }