Account provider screen. - Crashing

This commit is contained in:
Benoit Marty 2023-06-06 10:07:29 +02:00 committed by Benoit Marty
parent 96f9eb8397
commit 9809969b64
16 changed files with 422 additions and 28 deletions

View file

@ -53,6 +53,7 @@ class OnBoardingNode @AssistedInject constructor(
state = state,
modifier = modifier,
onSignIn = ::onSignIn,
onCreateAccount = ::onSignUp,
)
}
}