-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Added UI for GitHub Confirmation Page #3838
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨ |
can you add a screenshot please? |
User description
closes #3822
Changes made :
Implemented a new socialaccount/login.html to override the default Django-Allauth login template.
Updated settings.py to ensure custom templates are loaded by adding templates/ to TEMPLATES['DIRS'].
This change improves UI consistency across authentication pages.
Users will now see a custom-designed login page when signing in via GitHub.
PR Type
Enhancement
Description
Added a custom GitHub login confirmation page with improved UI.
Implemented a new
socialaccount/login.html
template for customization.Updated
settings.py
to include the custom templates directory.Enhanced user experience with styled login and GitHub branding.
Changes walkthrough 📝
login.html
Add custom GitHub login page template
website/templates/socialaccount/login.html
settings.py
Update settings to include custom templates directory
blt/settings.py
TEMPLATES['DIRS']
to include the custom templates directory.