This commit is contained in:
Sina Blattmann 2023-03-16 08:51:36 +01:00
commit 6c479bbe2e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public static class Program
var session = Db.GetSession(token);
if (session is not null)
ctx.Items["User"] = session;
ctx.Items["Session"] = session;
}
await next(ctx);