albundy83 commented on code in PR #38033:
URL: https://github.com/apache/superset/pull/38033#discussion_r2883145446
##########
superset-frontend/src/features/home/RightMenu.tsx:
##########
@@ -503,7 +503,7 @@ const RightMenu = ({
key: 'logout',
label: (
<Typography.Link
- href={ensureAppRoot(navbarRight.user_logout_url)}
+ href={navbarRight.user_logout_url}
>
Review Comment:
No, as user_logout_url is already correctly prefixed by Flask in file
superset/views/base.py.
Here the extract: "user_logout_url":
appbuilder.get_url_for_logout,
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]