@axinom/mosaic-user-auth 0.5.0-rc.9 → 0.5.0

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/dist/index.js CHANGED
@@ -102,6 +102,7 @@ var SignInResponseCode;
102
102
  SignInResponseCode["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
103
103
  SignInResponseCode["BAD_REQUEST"] = "BAD_REQUEST";
104
104
  SignInResponseCode["AUTH_FLOW_ERROR"] = "AUTH_FLOW_ERROR";
105
+ SignInResponseCode["INVALID_CREDENTIALS"] = "INVALID_CREDENTIALS";
105
106
  SignInResponseCode["SERVICE_CONFIGURATION_ERROR"] = "SERVICE_CONFIGURATION_ERROR";
106
107
  })(SignInResponseCode = exports.SignInResponseCode || (exports.SignInResponseCode = {}));
107
108
  /**