forked from apxtri/apxtri
clean
This commit is contained in:
parent
1ea48d0933
commit
b29374bf01
@ -126,7 +126,7 @@ Pagans.sendmailkey = (data) => {
|
||||
|
||||
|
||||
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`;
|
||||
if (!fs.existsSync(tplfile)){
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user