X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/df00ab1096868b3cffe563c48de5572f78b50392..a431326e8fab8153905fbde036dd3c9fb4cc8eaa:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index be1265d..994957f 100644 --- a/cgit.c +++ b/cgit.c @@ -611,7 +611,8 @@ static inline void open_auth_filter(struct cgit_context *ctx, const char *functi ctx->env.https ? ctx->env.https : "", ctx->qry.repo ? ctx->qry.repo : "", ctx->qry.page ? ctx->qry.page : "", - ctx->qry.url ? ctx->qry.url : ""); + ctx->qry.url ? ctx->qry.url : "", + cgit_loginurl()); } /* We intentionally keep this rather small, instead of looping and