[Auth]: Small update (#1030)

This commit is contained in:
Edo 2023-05-12 12:00:04 +01:00 committed by GitHub
parent d24f6d262b
commit d3775d2565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -547,7 +547,6 @@ namespace Components
TokenContainer.cancel = true;
TokenContainer.generating = false;
// Terminate thread
if (TokenContainer.thread.joinable())
{
TokenContainer.thread.join();