diff --git a/public/templates/mpos/global/header.tpl b/public/templates/mpos/global/header.tpl
index 4d5d7345..ecc997c1 100644
--- a/public/templates/mpos/global/header.tpl
+++ b/public/templates/mpos/global/header.tpl
@@ -2,4 +2,3 @@
{$GLOBAL.website.name|default:"Unknown Pool"}
{if $smarty.request.action|escape|default:""}{$smarty.request.action|escape|capitalize}{else}{$smarty.request.page|escape|default:"home"|capitalize}{/if}
- {if $GLOBAL.config.recaptcha_enabled|default:"0" != 1 || $GLOBAL.config.recaptcha_enabled_logins|default:"0" != 1}{nocache}{include file="login/small.tpl"}{/nocache}{/if}
diff --git a/public/templates/mpos/login/small.tpl b/public/templates/mpos/login/small.tpl
deleted file mode 100644
index 85f099bf..00000000
--- a/public/templates/mpos/login/small.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-{if $smarty.session.AUTHENTICATED|default:"0" == 0}
-
-
-
-{/if}