From 9b1903f4b902a4e9d1aa16888f82d8268c2cf4ef Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Wed, 23 Sep 2026 21:49:39 +0000 Subject: Add dialogs for hardware key generation UI The key creation is handed off to the platform implementation. Windows will show its own Windows Security UI. On Unix, the application itself provides the PIN directly, enforcing a minimum of six characters. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f9143be..86e9e4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,6 +127,8 @@ qt_add_executable(Attorney_Online src/saved_auth.h src/saved_auth.cpp src/tpm/tpm.h + src/widgets/hardware_key_generate_dialog.h + src/widgets/hardware_key_generate_dialog.cpp ) if(WIN32) -- cgit