Merged in fix/SW-3381-move-loginbutton-to-design-syste (pull request #2780)
fix(SW-3381): Fixed login redirect URL * fix(SW-3381): Fixed login redirect URL Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -26,7 +26,7 @@ export default function JoinScandicFriendsCard({
|
||||
}: JoinScandicFriendsCardProps) {
|
||||
const lang = useLang()
|
||||
const intl = useIntl()
|
||||
const loginPathname = useLazyPathname()
|
||||
const loginPathname = useLazyPathname({ includeSearchParams: true })
|
||||
const {
|
||||
room,
|
||||
actions: { updateJoin },
|
||||
|
||||
Reference in New Issue
Block a user