Opening the default wix-members login lightbox by the JS code

You can use the following code where it is neccessary to get default login lightbox opened.

// Import Wix Users
import wixUsers from 'wix-users';

// Call following function where we need to open Lighbox.
wixUsers.promptLogin();