forked from baron/baron-sso
Merge branch 'dev' into fix/login
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import {
|
||||
User,
|
||||
Shield,
|
||||
Briefcase,
|
||||
Mail,
|
||||
Fingerprint,
|
||||
Building2,
|
||||
Fingerprint,
|
||||
Mail,
|
||||
Shield,
|
||||
User,
|
||||
} from "lucide-react";
|
||||
import { useState } from "react";
|
||||
import { useAuth } from "react-oidc-context";
|
||||
@@ -16,8 +16,8 @@ import {
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from "../../components/ui/card";
|
||||
import { fetchMe } from "../auth/authApi";
|
||||
import { t } from "../../lib/i18n";
|
||||
import { fetchMe } from "../auth/authApi";
|
||||
|
||||
function ProfilePage() {
|
||||
const auth = useAuth();
|
||||
|
||||
Reference in New Issue
Block a user