Loading src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -896,8 +896,8 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const libhtmlpp::HtmlString out; // Check for automatic login credentials in the configuration std::string username = ctx.config->getUsername(); std::string password = ctx.config->getPassword(); username = ctx.config->getUsername(); password = ctx.config->getPassword(); if (!username.empty() && !password.empty()) { // Attempt automatic login Loading Loading
src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -896,8 +896,8 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const libhtmlpp::HtmlString out; // Check for automatic login credentials in the configuration std::string username = ctx.config->getUsername(); std::string password = ctx.config->getPassword(); username = ctx.config->getUsername(); password = ctx.config->getPassword(); if (!username.empty() && !password.empty()) { // Attempt automatic login Loading