From d0589781be804951eeec423cf5ea94d6840b27e3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Dec 2019 16:23:05 +0100 Subject: account: use correct token type for travel API --- templates/account.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/account.html.ep b/templates/account.html.ep index 2cc7f35..e6a4576 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -174,8 +174,8 @@ Travel - % if ($token->{action}) { - %= $acc->{id} . '-' . $token->{action} + % if ($token->{travel}) { + %= $acc->{id} . '-' . $token->{travel} % } % else { — -- cgit v1.2.3