u2f: check files before register/login (#980)

This commit is contained in:
Nikolay Minaylov
2022-02-07 16:34:09 +03:00
committed by GitHub
parent 8cfd0eab9e
commit 40479e1761
7 changed files with 36 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ typedef enum {
U2fNotifyWink,
U2fNotifyConnect,
U2fNotifyDisconnect,
U2fNotifyError,
} U2fNotifyEvent;
typedef struct U2fData U2fData;