Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Not Authenticated HomePage #92 Fixed #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hemu21
Copy link

@Hemu21 Hemu21 commented Feb 25, 2024

User Not Authenticated Home Page Fixed. User should able to see different home pages of the website before login and after login.

Description

I added the authentication check in home page and return the home page that describes the website and returns the home page that user have to see after user login.

Related Issue

User Not Authenticated HomePage resolve #92

steps to reproduce

  • Set-up the project and run it.
  • Now go to home page make sure you not logged in (not Authenticated).
  • You will see the home page like shown below

not_login_home_page

Link of the Issue

https://github.com/c2siorg/Codelabz/issues/92

Motivation and Context

If User is not Authenticated then Website should show it's home page but it is showing the home page after user logged in. This is a bug that will reduce user experience. Fixing this feature will increase user experience. It means User have to see the different home pages before login and after login. I fixed this bug. Now this feature works perfectly.

How Has This Been Tested?

  • Set-up the project and run it.
  • Now go to home page make sure you not logged in (not Authenticated).
  • You will see the home page like shown below

Screenshots or GIF (In case of UI changes):

not_login_home_fix

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Review Request

@ABHISHEK-PANDEY2 @Maahi10001 @Shiva-Nanda @c2sibot Please Review My PR. Approve My PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Not Authenticated HomePage
1 participant