change in athlete and getkeycloak

This commit is contained in:
tuanvu
2026-01-08 11:27:18 +01:00
parent 41f574bc94
commit e28b126838
11 changed files with 50 additions and 54 deletions

View File

@@ -11,7 +11,7 @@ import EdtCoach from './components/edt_coach'
import { Coach } from "./classes";
import RessourcePanel from './components/ressourcePanel';
import TestAPI from './components/test_api';
import EdtAthlete from './components/edt_athlete';
// Test
const testCoach = new Coach();
testCoach.id = 1;
@@ -36,7 +36,7 @@ function App() {
<RessourcePanel/>
<EDT/>
<CreateSession/>
<EdtAthlete/>
<TestAPI/>
</div>
</LocalDataProvider>