File tree Expand file tree Collapse file tree 2 files changed +451
-2
lines changed
main/java/com/firebase/ui/auth/compose/ui/components
test/java/com/firebase/ui/auth/compose/ui/components Expand file tree Collapse file tree 2 files changed +451
-2
lines changed Original file line number Diff line number Diff line change 1- package com.firebase.ui.auth.compose
1+ package com.firebase.ui.auth.compose.ui.components
22
33import androidx.compose.foundation.layout.Arrangement
44import androidx.compose.foundation.layout.Column
@@ -127,7 +127,7 @@ internal fun PreviewAuthTextField() {
127127 val emailTextValue = remember { mutableStateOf(" " ) }
128128 val passwordTextValue = remember { mutableStateOf(" " ) }
129129 val emailValidator = remember {
130- EmailValidator (stringProvider = DefaultAuthUIStringProvider (context), )
130+ EmailValidator (stringProvider = DefaultAuthUIStringProvider (context))
131131 }
132132 val passwordValidator = remember {
133133 PasswordValidator (
You can’t perform that action at this time.
0 commit comments