@veripass/react-sdk 1.0.5 → 1.0.7
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/react-sdk.esm.js
CHANGED
|
@@ -61618,8 +61618,8 @@ var BaseApi = /*#__PURE__*/function () {
|
|
|
61618
61618
|
this.api_key = null;
|
|
61619
61619
|
this.client = null;
|
|
61620
61620
|
this.serviceEndpoints = {
|
|
61621
|
-
baseUrlProd:
|
|
61622
|
-
baseUrlDev:
|
|
61621
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
61622
|
+
baseUrlDev: "http://localhost:3501",
|
|
61623
61623
|
get: '',
|
|
61624
61624
|
create: '',
|
|
61625
61625
|
update: '',
|
|
@@ -62055,8 +62055,8 @@ var SecurityService = /*#__PURE__*/function (_BaseApi) {
|
|
|
62055
62055
|
_this = _callSuper(this, SecurityService, [args]);
|
|
62056
62056
|
_this.api_key = (args === null || args === void 0 ? void 0 : args.apiKey) || '';
|
|
62057
62057
|
_this.serviceEndpoints = {
|
|
62058
|
-
baseUrlProd:
|
|
62059
|
-
baseUrlDev:
|
|
62058
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
62059
|
+
baseUrlDev: "http://localhost:3501",
|
|
62060
62060
|
signUpWithPassword: '/security/signup/standard',
|
|
62061
62061
|
signInStandard: '/security/signin/standard',
|
|
62062
62062
|
emailRecoverPassword: '/security/password/reset/standard',
|
|
@@ -62394,7 +62394,8 @@ var VeripassStandardSignin = function VeripassStandardSignin(_ref2) {
|
|
|
62394
62394
|
border: '1px solid #f2f2f2',
|
|
62395
62395
|
borderRadius: '8px',
|
|
62396
62396
|
padding: '16px',
|
|
62397
|
-
boxShadow: '0 .75rem 6rem rgba(56, 65, 74, 0.03)'
|
|
62397
|
+
boxShadow: '0 .75rem 6rem rgba(56, 65, 74, 0.03)',
|
|
62398
|
+
background: '#FFFFFF'
|
|
62398
62399
|
}
|
|
62399
62400
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
62400
62401
|
style: {
|