From afd9fc1c6467ad5527f20d0a859678ed4903bb19 Mon Sep 17 00:00:00 2001 From: Citlali del Rey Date: Mon, 1 Apr 2024 20:49:07 -0700 Subject: [PATCH] Fix tokens page --- templates/interface/tokens.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/interface/tokens.html.ep b/templates/interface/tokens.html.ep index a400d0e..4e302eb 100644 --- a/templates/interface/tokens.html.ep +++ b/templates/interface/tokens.html.ep @@ -46,7 +46,7 @@ You can do this using Kubo's web interface, or by running the command:

-
ipfs pin remote service add <%= $c->config->service_name %> <%= url_for('/api')->to_abs->scheme("https") %> <SECRET KEY>
+
ipfs pin remote service add <%= $c->config->{service_name} %> <%= url_for('/api')->to_abs->scheme("https") %> <SECRET KEY>

More info on pinning