added 2fa

This commit is contained in:
2024-05-04 19:55:26 +01:00
parent 102253a392
commit b29c56f394

View File

@@ -5,4 +5,5 @@ int main(int argc, char const *argv[])
//See if pushing works... //See if pushing works...
std::cout << "Hello world"; std::cout << "Hello world";
return 0; return 0;
//Does is still work with "2FA"
} }