fix(src/commands/admin.rs): Verify user PIN before generating keys
I have applied your suggestion on top (with a minor fix).
Hm, it would certainly be better to fix the calls to verify_to_admin()
(which btw could also really use some documentation 😅).
S…