You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site currently displays a signup button regardless of whether the user has a cookie indicating prior signup. This behavior is not consistent with user expectations and may lead to confusion.
Expected Behavior
After a user has signed up and a relevant cookie is present, the 'Get Started' button should not be displayed to enhance a streamlined and personalized user experience.
Possible Solution:
Implement logic to check for the presence of a signup-related cookie. If the cookie is present, do not display the signup button. Ensure this check is performed consistently across page loads.
We cant access the cookies of other website from correct website. As "Get Started" is in layer5.io and we are registering on meshery.layer5.io . Access these cookie is not possible. I have tried it.
Description
The site currently displays a signup button regardless of whether the user has a cookie indicating prior signup. This behavior is not consistent with user expectations and may lead to confusion.
Expected Behavior
After a user has signed up and a relevant cookie is present, the 'Get Started' button should not be displayed to enhance a streamlined and personalized user experience.
Possible Solution:
Implement logic to check for the presence of a signup-related cookie. If the cookie is present, do not display the signup button. Ensure this check is performed consistently across page loads.
Screenshots
(This is even i have logged in Layer5io)
Environment:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.Join the Layer5 Community by submitting your community member form.
The text was updated successfully, but these errors were encountered: