mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: add parseSerializedUris function and update Bitwarden CSV parsing to handle multiple URIs
This commit is contained in:
@@ -428,7 +428,7 @@ export async function buildBitwardenCsvString(args: BuildPlainJsonArgs): Promise
|
||||
? (login.uris as Array<Record<string, unknown>>)
|
||||
.map((uri) => normalizeString(uri.uri) || '')
|
||||
.filter((uri) => !!uri)
|
||||
.join(',')
|
||||
.join('\n')
|
||||
: '';
|
||||
|
||||
rows.push([
|
||||
|
||||
Reference in New Issue
Block a user