forked from Telodendria/Telodendria
Fix bug in UserInteractiveAuth()
This commit is contained in:
parent
e9aebab221
commit
5c5aab71d8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ UserInteractiveAuth(HttpServerContext * context, Db * db,
|
|||
return BuildDummyFlow();
|
||||
}
|
||||
|
||||
typeStr = JsonValueAsString(session);
|
||||
typeStr = JsonValueAsString(type);
|
||||
sessionStr = JsonValueAsString(session);
|
||||
|
||||
if (strcmp(typeStr, "m.login.dummy") != 0)
|
||||
|
|
Loading…
Reference in a new issue