fix: correct iframe source URL format in group management page
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-07 16:17:54 +07:00
parent 8b2e3f76c4
commit 84591ae719

View file

@ -57,7 +57,7 @@ const currentLocale = ref(locale.value);
<template>
<iframe
ref="iframe"
:src="`${EDM_SERVICE}/?at=${at}&rt=${rt}&lang=${currentLocale}/user`"
:src="`${EDM_SERVICE}/user?at=${at}&rt=${rt}&lang=${currentLocale}`"
frameborder="0"
class="full-width full-height rounded"
allowtransparency="true"