How to use 'wix-members-backend'

Hi @a66851771 :raised_hand_with_fingers_splayed:

The error is self-explanatory:

Cannot find module ‘wix-members- backend ’ in ’ public /pages/ln2ld.js’.

You’re trying to import a (Backend-Only) module to a public (Frontend) page, try importing a non-backend module instead.

import { authentication } from 'wix-members';

Hope this helps~!
Ahmad