File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dashboard/src/app/(app)/team/[team_slug]/(team)/~/support
portal/src/components/Document Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { redirect } from "next/navigation";
22import { getAuthToken } from "@/api/auth-token" ;
33import { getTeamBySlug } from "@/api/team" ;
44import { getClientThirdwebClient } from "@/constants/thirdweb-client.client" ;
5+ import { loginRedirect } from "@/utils/redirects" ;
56import { getValidAccount } from "../../../../../account/settings/getAccount" ;
6- import { loginRedirect } from "../../../../../login/loginRedirect" ;
77import { SupportLayout } from "./SupportLayout" ;
88
99export default async function Layout ( {
Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ function AuthMethodsTabsContent() {
762762 >
763763 < img
764764 alt = { method . label }
765- className = "size-5 flex- shrink-0"
765+ className = "size-5 shrink-0"
766766 src = { getSocialIcon ( method . id ) }
767767 />
768768 < div className = "min-w-0 flex-1" >
You can’t perform that action at this time.
0 commit comments