From b331ccfbe3afb52b9146018e63d9edc728270987 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 21 Feb 2024 22:32:01 +0100 Subject: [PATCH] Update upload.component.html - Hide status URL --- frontend/src/app/upload/upload.component.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/upload/upload.component.html b/frontend/src/app/upload/upload.component.html index 33a953f..79fd8aa 100644 --- a/frontend/src/app/upload/upload.component.html +++ b/frontend/src/app/upload/upload.component.html @@ -63,7 +63,7 @@
-
File Name:
+
File name:
{{uploadData.fileName}}
Is password protected:
@@ -77,7 +77,7 @@ {{uploadData.singleDownload ? 'Yes' : 'No'}} -
Download Password:
+
Download password:
{{uploadData.password || 'N/A'}}
File ID:
@@ -86,8 +86,12 @@
Download URL:
{{fileUrls.downloadUrl}}
+ +