Only signin button for now
This commit is contained in:
committed by
Benoit Marty
parent
6cf010db44
commit
926955d79e
+3
-1
@@ -77,6 +77,7 @@ fun OnBoardingContent(
|
||||
.align(CenterHorizontally)
|
||||
.padding(16.dp),
|
||||
)
|
||||
/*
|
||||
VectorButton(
|
||||
text = "CREATE ACCOUNT",
|
||||
onClick = {
|
||||
@@ -87,8 +88,9 @@ fun OnBoardingContent(
|
||||
.align(CenterHorizontally)
|
||||
.padding(top = 16.dp)
|
||||
)
|
||||
*/
|
||||
VectorButton(
|
||||
text = "I ALREADY HAVE AN ACCOUNT",
|
||||
text = "Sign in",
|
||||
onClick = {
|
||||
onSignIn()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user