mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Adapt react-client to use the real backend API (#1545)
Co-authored-by: Philip Molares <philip.molares@udo.edu> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3399ed2023
commit
26f90505ff
227 changed files with 4726 additions and 2310 deletions
|
@ -11,7 +11,7 @@ import { Trans, useTranslation } from 'react-i18next'
|
|||
import { doLocalRegister } from '../api/auth/local'
|
||||
import { useApplicationState } from '../hooks/common/use-application-state'
|
||||
import { fetchAndSetUser } from '../components/login-page/auth/utils'
|
||||
import { RegisterError as RegisterErrorType } from '../api/auth'
|
||||
import { RegisterError as RegisterErrorType } from '../api/auth/types'
|
||||
import { RegisterInfos } from '../components/register-page/register-infos/register-infos'
|
||||
import { UsernameField } from '../components/common/fields/username-field'
|
||||
import { DisplayNameField } from '../components/common/fields/display-name-field'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue