mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 11:01:17 +00:00
PM-19255: Initial add (refactor) for add credentials
This commit is contained in:
@@ -3,6 +3,8 @@ import * as path from "path";
|
||||
|
||||
import { app } from "electron";
|
||||
|
||||
import { passkey_authenticator } from "@bitwarden/desktop-napi";
|
||||
|
||||
if (
|
||||
process.platform === "darwin" &&
|
||||
process.argv.some((arg) => arg.indexOf("chrome-extension://") !== -1 || arg.indexOf("{") !== -1)
|
||||
@@ -40,6 +42,8 @@ if (
|
||||
// eslint-disable-next-line
|
||||
const Main = require("./main").Main;
|
||||
|
||||
passkey_authenticator.register();
|
||||
|
||||
const main = new Main();
|
||||
main.bootstrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user