修复auth_method字段

This commit is contained in:
user123456
2025-07-21 22:39:23 +08:00
parent a7d3cc4d37
commit 42fc977faf

View File

@@ -30,6 +30,7 @@ interface Host {
password?: string;
status?: 'checking' | 'success' | 'unreachable' | 'failed' | null;
is_password_encrypted?: boolean;
auth_method?: 'password' | 'key';
}
// Define Access Log type