♻️(front) update auth components
Minor updates to LoginButton and LogoutButton components for consistency with new design system. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Button } from "@openfun/cunningham-react";
|
import { Button } from "@gouvfr-lasuite/cunningham-react";
|
||||||
import { login } from "../Auth";
|
import { login } from "../Auth";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { SESSION_STORAGE_REDIRECT_AFTER_LOGIN_URL } from "@/features/api/fetchApi";
|
import { SESSION_STORAGE_REDIRECT_AFTER_LOGIN_URL } from "@/features/api/fetchApi";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Button } from "@openfun/cunningham-react";
|
import { Button } from "@gouvfr-lasuite/cunningham-react";
|
||||||
import { logout } from "../Auth";
|
import { logout } from "../Auth";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user