Skip to content

fix: logo if user is guest#212

Merged
NagariaHussain merged 2 commits into
BuildWithHussain:mainfrom
vishwajeet-13:fix/logo-if-user-is-guest
May 12, 2026
Merged

fix: logo if user is guest#212
NagariaHussain merged 2 commits into
BuildWithHussain:mainfrom
vishwajeet-13:fix/logo-if-user-is-guest

Conversation

@vishwajeet-13
Copy link
Copy Markdown
Collaborator

In registration page if user is not logged in it shows buzz logo by default if app logo is not set. This pr gets app logo from website settings if not available then fallbacks to buzz logo

image

Comment thread buzz/api/__init__.py Outdated
return {"is_logged_in": False}
return {
"is_logged_in": False,
"brand_image": frappe.db.get_single_value("Website Settings", "banner_image"),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to get_cached_value

@NagariaHussain NagariaHussain merged commit df996d3 into BuildWithHussain:main May 12, 2026
5 checks passed
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.

2 participants