mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 15:21:29 +03:00
add logic for fingerprint verification
This commit is contained in:
@@ -139,6 +139,9 @@ fn build_ui(app: &Application) {
|
||||
FrontendEvent::AuthorizedUpdated(keys) => {
|
||||
window.set_authorized_keys(keys);
|
||||
}
|
||||
FrontendEvent::PublicKeyFingerprint(fp) => {
|
||||
window.set_pk_fp(&fp);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user