mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Raise exception on CtapError during bio enrollment.
This commit is contained in:
parent
b9e4070ae0
commit
19fb45b4ae
@ -362,6 +362,7 @@ class FingerprintsNode(RpcNode):
|
||||
except CtapError as e:
|
||||
if e.code == CtapError.ERR.USER_ACTION_TIMEOUT:
|
||||
raise InactivityException()
|
||||
raise
|
||||
if name:
|
||||
self.bio.set_name(template_id, name)
|
||||
self._templates[template_id] = name
|
||||
|
Loading…
Reference in New Issue
Block a user