fix: reuse upstream keys for account import

This commit is contained in:
SmartUp Developer
2026-05-24 23:18:40 +08:00
parent 6044b00685
commit 3a31d185a4
6 changed files with 253 additions and 27 deletions
+1
View File
@@ -123,6 +123,7 @@ export interface GeneratedUpstreamKey {
imported_account_id: string | null
imported_at: string | null
created_at: string | null
has_key_value: boolean
}
export interface GenerateKeysByGroupsForm {