Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows "Making sure it's you" popup #40812

Closed
elarrat opened this issue Dec 22, 2023 · 3 comments
Closed

Windows "Making sure it's you" popup #40812

elarrat opened this issue Dec 22, 2023 · 3 comments

Comments

@elarrat
Copy link

elarrat commented Dec 22, 2023

Hello everyone,

I have an electron app which has a screen that, when clicked, calls the following code:

   this.session = session.fromPartition(`${v4()}`);
    this.window = new BrowserWindow({
      width: 500,
      height: 550,
      show: false,
      parent: this.parent,
      modal: true,
      resizable: false,
      webPreferences: {
        session: this.session,
        nodeIntegration: false,
        nodeIntegrationInSubFrames: false,
        contextIsolation: true,
      },
    });
(...)
await this.window.loadURL('https://www.linkedin.com/uas/login');

But this is triggering, on some windows machines, the "Making sure it's you popup" from Windows Hello.
Do any of you faced something similar or know if there's something we can do to overcome this?

@Lilneo786

This comment was marked as spam.

@elarrat
Copy link
Author

elarrat commented Dec 24, 2023

Thank you, but it didn't work.

@codebytere
Copy link
Member

Thanks for reaching out!

Because we treat our issues list as the team's backlog, we close issues that are questions since they don't represent a task needing to be completed. This forum is for raising bugs or requesting new features, and for most questions about Electron there are a lot of more appropriate community options. There are helpful people in this Discord or the subreddit that should be willing to point you in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants