Merged in chore/SW-3381-move-loginbutton-to-ds- (pull request #2752)
chore(SW-3381) Moved LoginButton to design system * chore(SW-3381) Moved LoginButton to design system Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
import { redirect } from "next/navigation"
|
||||
import { useSession } from "next-auth/react"
|
||||
|
||||
import { logoutSafely } from "@scandic-hotels/common/constants/routes/handleAuth"
|
||||
import { trpc } from "@scandic-hotels/trpc/client"
|
||||
|
||||
import { userNotFound } from "@/constants/routes/errorPages"
|
||||
import { logoutSafely } from "@/constants/routes/handleAuth"
|
||||
|
||||
import useLang from "@/hooks/useLang"
|
||||
import { isValidClientSession } from "@/utils/clientSession"
|
||||
|
||||
Reference in New Issue
Block a user