Open IDP profile on MyPage
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user