diff --git a/src/cpp/controller/User.cpp b/src/cpp/controller/User.cpp index d23e278ea..7b4a8a527 100644 --- a/src/cpp/controller/User.cpp +++ b/src/cpp/controller/User.cpp @@ -326,6 +326,7 @@ namespace controller { int User::checkIfVerificationEmailsShouldBeResend(const Poco::Util::Timer& timer) { + return 0; auto cm = ConnectionManager::getInstance(); auto em = ErrorManager::getInstance(); static const char* function_name = "User::checkIfVerificationEmailsShouldBeResend";