1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

[bug] Fix Safari CSV importer for URL and Notes (#730)

This commit is contained in:
David Frankel
2022-03-24 15:33:28 -06:00
committed by GitHub
parent 292d5e0039
commit 7fc0ab97f3
4 changed files with 81 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
export const data = `Title,Url,Username,Password
example.com (example_user),https://example.com,example_user,example_p@ssword`;

View File

@@ -0,0 +1,3 @@
export const data = `Title,URL,Username,Password,Notes,OTPAuth
example.com (example_user),https://example.com,example_user,example_p@ssword,"Example note
More notes on new line",otpauth://totp/test?secret=examplesecret`;