feat: new "safe" procedure without unauth throwing
This commit is contained in:
@@ -16,6 +16,6 @@ export type MainMenuProps = {
|
||||
languageSwitcher: React.ReactNode | null
|
||||
myPagesMobileDropdown: React.ReactNode | null
|
||||
bookingHref: string
|
||||
user: User | null
|
||||
user: Pick<User, "firstName" | "lastName"> | null
|
||||
lang: Lang
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user