mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-22 17:35:36 +00:00
Remove old warning code about unconfigured 'hmac_key'
This commit is contained in:
@@ -111,14 +111,6 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if env.get? "user" %>
|
||||
<% if !HMAC_KEY_CONFIGURED && CONFIG.admins.includes? env.get("user").as(Invidious::User).email %>
|
||||
<div class="h-box">
|
||||
<h3><p>Message for admin: please configure hmac_key, <a href="https://github.com/iv-org/invidious/issues/3854">see more here</a>.</p></h3>
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= content %>
|
||||
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user