codevdesign 1.0.68 → 1.0.69
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.
|
@@ -88,6 +88,7 @@ class RafraichisseurToken {
|
|
|
88
88
|
private async rafraichir(nomCookie: string, urlPortail: string): Promise<void> {
|
|
89
89
|
if (!nomCookie) return
|
|
90
90
|
//console.log('[RafraichisseurToken] rafraichir() appelé')
|
|
91
|
+
if (urlPortail == null || urlPortail == '') return
|
|
91
92
|
this.popupAffiche = true // bloquer tout nouveau tick pendant le refresh
|
|
92
93
|
const url = this.getRefreshUrl(urlPortail)
|
|
93
94
|
const controller = new AbortController()
|