From c64687da2062da4287cd75de1afdb35ffd9d8ca1 Mon Sep 17 00:00:00 2001 From: armine-fliplet Date: Mon, 16 Dec 2024 09:34:45 +0400 Subject: [PATCH] PS-422 [FIX] Ensures user isn't seeing Fliplet Admin settings --- interface.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interface.html b/interface.html index 0a95e40..439f3f8 100644 --- a/interface.html +++ b/interface.html @@ -1872,10 +1872,13 @@

App submission status

Completed
\{{#if fileUrl}}
Download file
\{{/if}} + \{{#if isAdmin}} \{{#if debugFileUrl}}
Admin Download debug app
\{{else}} -
Admin Debug app not available
\{{/if}} +
Admin Debug app not available
+ \{{/if}} + \{{/if}} \{{#if updatedAt}} Finished on: \{{updatedAt}}\{{/if}}