fix: change port

This commit is contained in:
Théo LAGACHE
2026-02-27 10:54:10 +01:00
parent 0f7664201a
commit bb84ab9697
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ import { SetPasswordProfileProviderModal } from "./modal/set-password-modal";
import { Icon } from "@iconify/react";
import Image from "next/image";
import type { AuthProviderConfig } from "@/lib/auth/config";
import { Account } from "@/db/schema/02_user";
import type { Account } from "@/db/schema/02_user";
interface ProfileProviderProps {
accounts: Account[];