Open IDP profile on MyPage

This commit is contained in:
Lectom C Han
2026-02-04 13:00:15 +09:00
parent 5a8320bb78
commit d920cd5249
7 changed files with 40 additions and 0 deletions

View File

@@ -910,6 +910,12 @@ function login() {
}
function mypage01() {
const raw = (window.IDP_SERVICE_URL || "").trim();
if (raw) {
const url = raw.replace(/\/+$/, "") + "/profile";
window.open(url, "idp_profile", "noopener,noreferrer");
return;
}
$(".popup_wrap").hide();
$(".btn_close").show();
$("#pop_mypage01").show(0, function () {