From b29c56f3942ae67845ec204636fc2bc5f5ffb49e Mon Sep 17 00:00:00 2001 From: Bram van Bunnik Date: Sat, 4 May 2024 19:55:26 +0100 Subject: [PATCH] added 2fa --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index f08b9e4..cef29fa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,4 +5,5 @@ int main(int argc, char const *argv[]) //See if pushing works... std::cout << "Hello world"; return 0; + //Does is still work with "2FA" }