feat(extension): devices pane revamp — fingerprint + added-by + inline two-step revoke
This commit is contained in:
@@ -150,6 +150,7 @@ export interface Device {
|
||||
name: string;
|
||||
public_key: string; // hex-encoded ed25519 pubkey
|
||||
added_at: number; // unix timestamp
|
||||
added_by?: string; // device name that registered this device (optional)
|
||||
}
|
||||
|
||||
// --- Field history view ---
|
||||
|
||||
Reference in New Issue
Block a user