We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc8e3 commit 7371211Copy full SHA for 7371211
frontend/components/user-settings/user-settings.tsx
@@ -26,7 +26,6 @@ import { cn } from "@/lib/utils";
26
import { User, UserSchema } from "@/lib/schemas/user-schema";
27
import { AuthType, userServiceUri } from "@/lib/api-uri";
28
import { isPasswordComplex } from "@/lib/password";
29
-import { userServiceUri } from "@/lib/api-uri";
30
31
const fetcher = async (url: string): Promise<User> => {
32
// Retrieve the JWT token from localStorage
0 commit comments