Display the public key using a href in the settings page

This commit is contained in:
yflory
2017-05-15 13:53:43 +02:00
parent 50d9f72b3a
commit 57979f6314
3 changed files with 9 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ define([
common.getEditHashFromKeys = Hash.getEditHashFromKeys;
common.getViewHashFromKeys = Hash.getViewHashFromKeys;
common.getFileHashFromKeys = Hash.getFileHashFromKeys;
common.getUserHrefFromKeys = Hash.getUserHrefFromKeys;
common.getSecrets = Hash.getSecrets;
common.getHashes = Hash.getHashes;
common.createChannelId = Hash.createChannelId;