Include auth profile
cgen-dee2925d2f8e4da19bb24e69856d11c5
This commit is contained in:
parent
83aefda9bc
commit
1e0a0acfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const formatDate = (value?: string | null) => {
|
|||
const ProfilePassport = () => {
|
||||
const params = useParams<{ username?: string }>();
|
||||
const navigate = useNavigate();
|
||||
const { user, linkedProviders } = useAuth();
|
||||
const { user, linkedProviders, profile: authProfile } = useAuth();
|
||||
|
||||
const [profile, setProfile] = useState<
|
||||
(AethexUserProfile & { email?: string | null }) | null
|
||||
|
|
|
|||
Loading…
Reference in a new issue