toggle menu
StudyPlanet
androidJvm
switch theme
search in API
StudyPlanet
/
com.qwict.studyplanetandroid.presentation.screens.auth
/
RegisterPasswordForm
Register
Password
Form
@
Composable
fun
RegisterPasswordForm
(
authState
:
AuthState
,
onEvent
:
(
AuthenticationFormEvent
)
->
Unit
,
switchPasswordVisibility
:
(
)
->
Unit
,
registerUser
:
(
)
->
Unit
)