ocd
This commit is contained in:
parent
c2846aed4d
commit
120adf806d
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ internal class SessionAuthenticationHandler(
|
||||||
|
|
||||||
var sessionId = this.Context.GetSessionId();
|
var sessionId = this.Context.GetSessionId();
|
||||||
|
|
||||||
|
|
||||||
if (sessionId is null)
|
if (sessionId is null)
|
||||||
{
|
{
|
||||||
Logger.LogDebug("{TraceId} SessionId was null ", this.Context.TraceIdentifier);
|
Logger.LogDebug("{TraceId} SessionId was null ", this.Context.TraceIdentifier);
|
||||||
|
@ -44,7 +43,6 @@ internal class SessionAuthenticationHandler(
|
||||||
return await FailAndDeleteSession(sessionId);
|
return await FailAndDeleteSession(sessionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var user = await authService.GetUserWithId(session.UserId);
|
var user = await authService.GetUserWithId(session.UserId);
|
||||||
|
|
||||||
if (user is null)
|
if (user is null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue