modif apxauth

This commit is contained in:
2025-09-19 13:53:26 +02:00
parent 595f026589
commit fac9026c9a
6 changed files with 188 additions and 12 deletions

View File

@@ -33,9 +33,10 @@ apx.apxauth.getdata = (id, ctx) => {
data.xalias = apx.data.headers.xalias;
data.xtribe = apx.data.headers.xtribe;
data.emailssuport = apx.data?.appdata?.emailsupport
data.emailsupport = apx.data?.appdata?.emailsupport
? apx.data.appdata.emailsupport
: "";
console.log("data:",data)
switch (ctx.link) {
case "myworld":
if (!data.profils) data.profils = [];
@@ -92,6 +93,8 @@ apx.apxauth.getdata = (id, ctx) => {
console.log("ERROR, geting pagans itms not available",err)
});
break;
case "information":
break;
default:
break;
}