diff --git a/web-jspack/org.openbravo.core2/src/components/AppBar/AppBarMenuButton.jsx b/web-jspack/org.openbravo.core2/src/components/AppBar/AppBarMenuButton.jsx
index 86aaddee1..fe6c10224 100644
--- a/web-jspack/org.openbravo.core2/src/components/AppBar/AppBarMenuButton.jsx
+++ b/web-jspack/org.openbravo.core2/src/components/AppBar/AppBarMenuButton.jsx
@@ -49,20 +49,23 @@ const AppBarMenuButton = ({ testId, openMenuIcon, showAlertsBadge }) => {
       className: 'obc2AppBarMenuStatusButton-offline'
     };
     return (
-      <StandardButton
-        icon={
-          drawerMenuState.drawerOpen && openMenuIcon ? openMenuIcon : menuIcon
-        }
-        badgeInfo={
-          showAlertsBadge && anyStatusBarServerOffline() ? badgeInfo : null
-        }
-        label={null}
-        variantClass="obc2AppBar-menuButton"
-        testId={`${testId}-baseButton`}
-        events={() => ({
-          onLeftClick
-        })}
-      />
+      <>
+        <div>34</div>
+        <StandardButton
+          icon={
+            drawerMenuState.drawerOpen && openMenuIcon ? openMenuIcon : menuIcon
+          }
+          badgeInfo={
+            showAlertsBadge && anyStatusBarServerOffline() ? badgeInfo : null
+          }
+          label={null}
+          variantClass="obc2AppBar-menuButton"
+          testId={`${testId}-baseButton`}
+          events={() => ({
+            onLeftClick
+          })}
+        />
+      </>
     );
   };
 
diff --git a/web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx b/web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx
index 3bf3f338c..a46099acf 100644
--- a/web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx
+++ b/web-jspack/org.openbravo.core2/src/components/AuthProvider/LoginForm.jsx
@@ -207,6 +207,7 @@ const LoginForm = ({ loginProcess, submitterSelector }) => {
   return (
     <div className="obc2LoginForm">
       <div className="obc2LoginForm-formArea">
+        <div>34</div>
         <div className="obc2LoginForm-formArea-loginForm">
           <form
             onSubmit={loginFormHandler}
