mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
add support for passkeep csv import
This commit is contained in:
@@ -196,6 +196,12 @@
|
||||
name: 'Meldium (csv)',
|
||||
instructions: $sce.trustAsHtml('Using the Meldium web vault, navigate to "Settings". ' +
|
||||
'Locate the "Export data" function and click "Show me my data" to save the CSV file.')
|
||||
},
|
||||
{
|
||||
id: 'passkeepcsv',
|
||||
name: 'PassKeep (csv)',
|
||||
instructions: $sce.trustAsHtml('Using the PassKeep mobile app, navigate to "Backup/Restore". ' +
|
||||
'Locate the "CSV Backup/Restore" section and click "Backup to CSV" to save the CSV file.')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user