Merge branch 'main' of https://git.innov.energy/Innovenergy/git_trunk
This commit is contained in:
commit
6c479bbe2e
|
@ -57,7 +57,7 @@ public static class Program
|
||||||
var session = Db.GetSession(token);
|
var session = Db.GetSession(token);
|
||||||
|
|
||||||
if (session is not null)
|
if (session is not null)
|
||||||
ctx.Items["User"] = session;
|
ctx.Items["Session"] = session;
|
||||||
}
|
}
|
||||||
|
|
||||||
await next(ctx);
|
await next(ctx);
|
||||||
|
|
Loading…
Reference in New Issue