diff --git a/BTCPayServer/Views/UIServer/Files.cshtml b/BTCPayServer/Views/UIServer/Files.cshtml
index 93cf95380..e35b93e79 100644
--- a/BTCPayServer/Views/UIServer/Files.cshtml
+++ b/BTCPayServer/Views/UIServer/Files.cshtml
@@ -62,7 +62,6 @@
@file.ApplicationUser.UserName |
Get Link
- - Get Temp Link
- Remove
|
@@ -83,7 +82,6 @@
foreach (KeyValuePair fileUrlPair in Model.DirectUrlByFiles)
{
var fileId = fileUrlPair.Key;
- var fileUrl = fileUrlPair.Value;
var file = Model.Files.Single(storedFile => storedFile.Id.Equals(fileId, StringComparison.InvariantCultureIgnoreCase));
@@ -101,10 +99,6 @@
}, Context.Request.Scheme, Context.Request.Host.ToString())
-
- Direct URL:
- @fileUrl
-