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
2
2
3
3
import androidx.compose.foundation.layout.Arrangement
4
4
import androidx.compose.foundation.layout.Column
@@ -127,7 +127,7 @@ internal fun PreviewAuthTextField() {
127
127
val emailTextValue = remember { mutableStateOf(" " ) }
128
128
val passwordTextValue = remember { mutableStateOf(" " ) }
129
129
val emailValidator = remember {
130
- EmailValidator (stringProvider = DefaultAuthUIStringProvider (context), )
130
+ EmailValidator (stringProvider = DefaultAuthUIStringProvider (context))
131
131
}
132
132
val passwordValidator = remember {
133
133
PasswordValidator (
You can’t perform that action at this time.
0 commit comments