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();
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();