1
0
forked from apxtri/apxtri
This commit is contained in:
philc 2024-02-20 15:20:01 +01:00
parent 1ea48d0933
commit b29374bf01

View File

@ -126,7 +126,7 @@ Pagans.sendmailkey = (data) => {
let tplfile=`../../nationchains/tribes/${data.tribe}/template/createidentity_${data.lg}.js`; let tplfile=`../../nationchains/tribes/${data.tribe}/template/createidentity_${data.lg}.js`;
if (!fs.existsSync(tpfile)){ if (!fs.existsSync(tplfile)){
tplfile=`../../nationchains/tribes/adminapi/template/createidentity_${data.lg}.js`; tplfile=`../../nationchains/tribes/adminapi/template/createidentity_${data.lg}.js`;
if (!fs.existsSync(tplfile)){ if (!fs.existsSync(tplfile)){
return { return {