♻️(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:
Nathan Panchout
2026-01-25 20:35:10 +01:00
parent 51033d7457
commit 8ce3848a6f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Button } from "@openfun/cunningham-react";
import { Button } from "@gouvfr-lasuite/cunningham-react";
import { login } from "../Auth";
import { useTranslation } from "react-i18next";
import { SESSION_STORAGE_REDIRECT_AFTER_LOGIN_URL } from "@/features/api/fetchApi";

View File

@@ -1,4 +1,4 @@
import { Button } from "@openfun/cunningham-react";
import { Button } from "@gouvfr-lasuite/cunningham-react";
import { logout } from "../Auth";
import { useTranslation } from "react-i18next";