andoncloud-sdk 1.0.7 → 1.0.8

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.
@@ -20983,7 +20983,7 @@ var LoginForm = function LoginForm(_ref) {
20983
20983
  onScan: function onScan(sCode, _) {
20984
20984
  console.log("logging in with code: " + sCode);
20985
20985
  sessionStore.authorize({
20986
- username: "barcode",
20986
+ username: "code",
20987
20987
  password: sCode
20988
20988
  }, storeSession);
20989
20989
  }