This commit is contained in:
2021-08-27 19:16:12 +00:00
parent 928764ce61
commit bdc923330d
4 changed files with 23 additions and 20 deletions

View File

@@ -565,7 +565,7 @@ namespace AyaNova.Util
// CALLED BY by login ping from client via notify controller
internal static async Task<bool> DBHasTrialUsersAsync(AyContext ct, ILogger _log)
{
_log.LogDebug("DB trial users presence check");
_log.LogDebug("DB trial users presence check for pre-login ping");
//There are 22 trial users (more but for internal use) in a trial database
if (await ct.User.LongCountAsync() < 22) return false;