Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 16994fb

Browse files
committed
removing space in logout url
1 parent e23aa87 commit 16994fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UserMenu/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const UserMenu = ({ profile }) => {
2727
}, [isOpenMenu, setIsOpenMenu]);
2828

2929
const logoutUrl = `${config.URL.AUTH}/logout?retUrl=${encodeURIComponent(
30-
"https:// " + window.location.host
30+
"https://" + window.location.host
3131
)}`;
3232

3333
return (

0 commit comments

Comments
 (0)