Browse Source

Add GM Actions to ticket interface

master
Gregory Rudolph 3 years ago
parent
commit
3faddd3ecb
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      Pages/Account.cshtml.cs

2
Pages/Account.cshtml.cs

@ -35,7 +35,7 @@ namespace NightmareCoreWeb2.Pages @@ -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)

Loading…
Cancel
Save