Add GM Actions to ticket interface

This commit is contained in:
2021-08-31 11:28:01 -04:00
parent 8f2dafa5a7
commit 3faddd3ecb

View File

@ -35,7 +35,7 @@ namespace NightmareCoreWeb2.Pages
{ {
Account a = new Account(name); Account a = new Account(name);
AuthToken = "OK"; //AuthToken = "OK";
UserAccount = a; UserAccount = a;
OnlineCharacters = a.Characters; OnlineCharacters = a.Characters;
foreach (var access in a.Access) foreach (var access in a.Access)