import wixUsers from 'wix-users'; import wixLocation from 'wix-location'; $w.onReady(function () { wixUsers.onLogin((user) => { let userId = user.id; let isLoggedIn = user.loggedIn; // true let userRole = user.role; wixLocation.to("/new-page-6"); }); });
top of page
Lakemont-Sign-Image.png

Contact Us

Tel: (770) 692-0152

Fax: (770) 692-0156

Management Company Contact Information:
Community Association Management, LLC
101 Devant Street Suites 904 & 905 P.O. Box 143089
Fayetteville, GA 30214
rfleming@camga.com

Success! Message sent.

bottom of page
$w.onReady(function () { wixUsers.onLogin((user) => { let userId = user.id; let isLoggedIn = user.loggedIn; // true let userRole = user.role; wixLocation.to("/new-page-6"); }); });