From b485c98cb48176b1d4f7ee1611ce582f8cf3c09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kutryj?= Date: Mon, 22 Sep 2025 12:08:09 +0200 Subject: [PATCH] fix(guard): fix template assigns --- guard/templates/login.html.eex | 6 +++--- guard/templates/signup.html.eex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/guard/templates/login.html.eex b/guard/templates/login.html.eex index 5542a255a..2f9c6d7c3 100644 --- a/guard/templates/login.html.eex +++ b/guard/templates/login.html.eex @@ -41,12 +41,12 @@ - <% if @assigns[:posthog_api_key] && @assigns[:posthog_api_key] != "" do %> + <%= if assigns[:posthog_api_key] && assigns[:posthog_api_key] != "" do %>