Add account name in metadata manager

This commit is contained in:
yflory
2017-08-17 16:25:25 +02:00
parent d88704fb50
commit f5855a2870
5 changed files with 15 additions and 10 deletions

View File

@@ -47,6 +47,9 @@ define([
profile: Cryptpad.getProfileUrl(),
curvePublic: Cryptpad.getProxy().curvePublic,
netfluxId: Cryptpad.getNetwork().webChannels[0].myID,
},
priv: {
accountName: Cryptpad.getAccountName()
}
});
});
@@ -75,4 +78,4 @@ define([
}
});
});
});
});