diff --git a/src/Uia.c b/src/Uia.c index 8348638..c9db32a 100644 --- a/src/Uia.c +++ b/src/Uia.c @@ -411,7 +411,7 @@ UiaComplete(Array * flows, HttpServerContext * context, Db * db, ArrayAdd(completed, JsonValueString(authType)); - ret = 1; + ret = 1; / * TODO: Only return 1 if there are remaining stages */ finish: ArrayFree(possibleNext);