From e5a7330d0526efb592e200ab96c3f33585ae8d02 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 11 Oct 2018 17:25:31 +0200 Subject: Initial support for private conversations --- shardweb/lib/shard_web/templates/page/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shardweb') diff --git a/shardweb/lib/shard_web/templates/page/index.html.eex b/shardweb/lib/shard_web/templates/page/index.html.eex index 44a8aa0..7f4452f 100644 --- a/shardweb/lib/shard_web/templates/page/index.html.eex +++ b/shardweb/lib/shard_web/templates/page/index.html.eex @@ -11,7 +11,7 @@ <%= case auth do %> <% nil -> %>(anonymous) - <% %SNet.Auth{his_pk: his_pk} -> %> <%= his_pk %> + <% %SNet.Auth{his_pk: his_pk} -> %> <%= Shard.Keys.pk_display(his_pk) %> <% end %> <%= :inet_parse.ntoa(ip) %> -- cgit v1.2.3