@solcre-org/core-ui 2.23.0 → 2.24.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.
|
@@ -17766,11 +17766,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17766
17766
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17767
17767
|
// No edites manualmente este archivo
|
|
17768
17768
|
const VERSION = {
|
|
17769
|
-
full: '2.
|
|
17769
|
+
full: '2.24.0',
|
|
17770
17770
|
major: 2,
|
|
17771
|
-
minor:
|
|
17771
|
+
minor: 24,
|
|
17772
17772
|
patch: 0,
|
|
17773
|
-
timestamp: '2026-03-26T19:
|
|
17773
|
+
timestamp: '2026-03-26T19:49:41.263Z',
|
|
17774
17774
|
buildDate: '26/3/2026'
|
|
17775
17775
|
};
|
|
17776
17776
|
|
|
@@ -22103,7 +22103,7 @@ class SecureAuth {
|
|
|
22103
22103
|
this.status.set(SECURE_AUTH_SCREEN_STATUS.LOADING);
|
|
22104
22104
|
this.errorMessageKey.set(null);
|
|
22105
22105
|
this.loaderService.showLoader(this.loaderRequestID);
|
|
22106
|
-
this.apiService.createObj(this.validationEndpoint(), { token }, false)
|
|
22106
|
+
this.apiService.createObj(this.validationEndpoint(), { code: token }, false)
|
|
22107
22107
|
.pipe(switchMap((response) => {
|
|
22108
22108
|
const responseData = this.getResponseData(response);
|
|
22109
22109
|
const authToken = this.buildAuthToken(responseData);
|