mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Fixed where a user could see the delete button on the issues page
This commit is contained in:
parent
419bf0270e
commit
52fd1c7844
8 changed files with 27 additions and 22 deletions
|
@ -80,13 +80,14 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
if (landingSettings.BeforeLogin)
|
||||
{
|
||||
await
|
||||
Analytics.TrackEventAsync(
|
||||
Category.LandingPage,
|
||||
Action.View,
|
||||
"Going To LandingPage before login",
|
||||
Username,
|
||||
CookieHelper.GetAnalyticClientId(Cookies));
|
||||
#pragma warning disable 4014
|
||||
Analytics.TrackEventAsync(
|
||||
#pragma warning restore 4014
|
||||
Category.LandingPage,
|
||||
Action.View,
|
||||
"Going To LandingPage before login",
|
||||
Username,
|
||||
CookieHelper.GetAnalyticClientId(Cookies));
|
||||
|
||||
var model = new LandingPageViewModel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue