diff --git a/src/components/WelcomeModal/FirstPhase.tsx b/src/components/WelcomeModal/FirstPhase.tsx index c6c1c5366..f2a59445c 100644 --- a/src/components/WelcomeModal/FirstPhase.tsx +++ b/src/components/WelcomeModal/FirstPhase.tsx @@ -3,7 +3,7 @@ import React from 'react'; import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft'; import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight'; -import { Checkbox } from '@mui/material'; +import { Checkbox, Typography } from '@mui/material'; import Button from '@mui/material/Button'; import MobileStepper from '@mui/material/MobileStepper'; @@ -269,6 +269,36 @@ export const FirstPhase = () => {
+ + Professionnel de l'éducation + + { + setNewUser((u) => ({ ...u, lastname })); + }} + /> + { + setNewUser((u) => ({ ...u, firstname })); + }} + /> + + Établissement + { )} {