Push mode and sign key adjustments for native mode

This commit is contained in:
Owen
2026-05-31 21:18:57 -07:00
parent bf79768e05
commit d11a244caa
4 changed files with 5 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ type Resource = {
domain: string;
enabled: boolean;
protected: boolean;
mode: string; // "http", "tcp", "udp", "rdp", "vnc", "ssh"
// mode: string; // "http", "tcp", "udp", "rdp", "vnc", "ssh"
// Auth method fields
sso?: boolean;
password?: boolean;