ngx-sp-auth 4.16.0 → 4.17.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/fesm2022/ngx-sp-auth.mjs
CHANGED
|
@@ -3399,7 +3399,6 @@ class VersoesModalComponent {
|
|
|
3399
3399
|
// Versão dos Módulos
|
|
3400
3400
|
this._menuService.getVersionModulos().subscribe({
|
|
3401
3401
|
next: response => {
|
|
3402
|
-
console.log(response);
|
|
3403
3402
|
// Deve formatar as versões que forem 0 converter para "Base"
|
|
3404
3403
|
this.versions = this.formatVersions(response.Data ?? []);
|
|
3405
3404
|
},
|