Deploy: 2026-05-22 04:05:29

This commit is contained in:
Hamza-Ayed
2026-05-22 04:05:29 +03:00
parent 317de3c122
commit 2b9bc0e4a3
2 changed files with 16 additions and 1 deletions

View File

@@ -1603,6 +1603,12 @@
? 'تم ربط متجر سلة بنجاح!'
: 'Salla store connected successfully!';
window.history.replaceState({}, document.title, window.location.pathname);
} else if (urlParams.get('salla_connect') === 'error') {
const reason = urlParams.get('reason') || '';
this.dashboardError = this.lang === 'ar'
? 'فشل ربط متجر سلة: ' + reason
: 'Salla connection failed: ' + reason;
window.history.replaceState({}, document.title, window.location.pathname);
}
},