File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ <h2 class="font-h2 mb-6">
202202 < p class ="font-p mb-4 "> {{ i18n "hub_ce_registration_step_3_success" }}</ p >
203203 < textarea class ="block input-box w-full h-32 md:h-48 mb-8 " x-text ="feedbackData.licenseText " readonly > </ textarea >
204204 < div class ="mt-auto ">
205- < button @click ="window.location.href = returnUrl + '/app/admin/settings ?token=' + encodeURIComponent(feedbackData.licenseText) " class ="btn btn-primary w-full md:w-64 " data-umami-event ="hub-ce-registration-return-to-hub ">
205+ < button @click ="window.location.href = returnUrl + '?token=' + encodeURIComponent(feedbackData.licenseText) " class ="btn btn-primary w-full md:w-64 " data-umami-event ="hub-ce-registration-return-to-hub ">
206206 < i :class ="{'fa-chevron-right': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress} " class ="fa-solid " aria-hidden ="true "> </ i >
207207 Todo: Return to Hub
208208 </ button >
You can’t perform that action at this time.
0 commit comments