mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-3100] Fixes imports of "reduced" psono data (#5859)
* Fixes imports of "reduced" psono data * Fix typo in file name --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { PsonoJsonExport } from "../../../src/importers/psono/psono-json-types";
|
||||
|
||||
export const ReducedWebsiteLoginsData: PsonoJsonExport = {
|
||||
folders: [],
|
||||
items: [
|
||||
{
|
||||
type: "website_password",
|
||||
name: "export_website_name",
|
||||
website_password_password: "password123",
|
||||
website_password_username: "username123",
|
||||
website_password_notes: "",
|
||||
website_password_url: "",
|
||||
website_password_title: "export_website_1",
|
||||
create_date: "2022-09-10T23:05:02.351417Z",
|
||||
write_date: "2022-09-10T23:05:02.351583Z",
|
||||
callback_url: "",
|
||||
callback_user: "",
|
||||
callback_pass: "",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user