Couldn't load revoked devices.
Failed to load devices
No devices registered
` : devices.map((d) => { const isCurrentDevice = d.name === currentDeviceName; const fp = fingerprints.get(d.name) ?? '(unknown)'; const addedBy = d.added_by && d.added_by !== 'unknown' ? ` · by ${escapeHtml(d.added_by)}` : ''; return `Revoke this device? It won't be able to sign commits or push changes after revocation.