diff --git a/common/loginpage/src/paneltemplates.js b/common/loginpage/src/paneltemplates.js index c82ff2e74..3b71d2c47 100644 --- a/common/loginpage/src/paneltemplates.js +++ b/common/loginpage/src/paneltemplates.js @@ -275,7 +275,7 @@ isLoading = true; const _domain = localStorage.templatesdomain ? localStorage.templatesdomain : 'https://oforms.onlyoffice.com'; // https://oforms.teamlab.info - const _url = `{_domain}/dashboard/api/oforms?populate=*&locale=en&pagination[page]=${_page_num}`; + const _url = `${_domain}/dashboard/api/oforms?populate=*&locale=en&pagination[page]=${_page_num}`; fetch(_url) .then(r => r.json()) .then(d => {