aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/identity/view.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/templates/identity/view.html.eex')
-rw-r--r--shardweb/lib/templates/identity/view.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/lib/templates/identity/view.html.eex b/shardweb/lib/templates/identity/view.html.eex
index 8bb8ca2..58be7e7 100644
--- a/shardweb/lib/templates/identity/view.html.eex
+++ b/shardweb/lib/templates/identity/view.html.eex
@@ -19,7 +19,7 @@
<%= render ShardWeb.LayoutView, "flashes.html", assigns %>
<pre>
- <%= inspect((GenServer.call(@pid, :get_info)), pretty: true, width: 40) %>
+ <%= inspect(SApp.Identity.get_info(@pid), pretty: true, width: 40) %>
</pre>