@russian-dima I thought so, but maybe I’m wrong (I haven’t tried).
Can you check?
@solsticematholympiad
Meanwhile - for the deprecated module, you can try:
import wixUsers from 'wix-users-backend';
export function getUserEmail(){
return wixUsers.currentUser.getEmail();
}