From 3faddd3ecb635de22e4cff5657f0e500385ed924 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Tue, 31 Aug 2021 11:28:01 -0400 Subject: [PATCH] Add GM Actions to ticket interface --- Pages/Account.cshtml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pages/Account.cshtml.cs b/Pages/Account.cshtml.cs index cdb7b74..f2a97dd 100644 --- a/Pages/Account.cshtml.cs +++ b/Pages/Account.cshtml.cs @@ -35,7 +35,7 @@ namespace NightmareCoreWeb2.Pages { Account a = new Account(name); - AuthToken = "OK"; + //AuthToken = "OK"; UserAccount = a; OnlineCharacters = a.Characters; foreach (var access in a.Access)