diff --git a/app/src/main/java/com/example/jetpack_compose_all_in_one/features/authentication/email_authentication.kt b/app/src/main/java/com/example/jetpack_compose_all_in_one/features/authentication/email_authentication.kt index 65d9c137..a303fc9a 100644 --- a/app/src/main/java/com/example/jetpack_compose_all_in_one/features/authentication/email_authentication.kt +++ b/app/src/main/java/com/example/jetpack_compose_all_in_one/features/authentication/email_authentication.kt @@ -9,6 +9,6 @@ import androidx.compose.runtime.Composable //show toast in each success & failure + handle exception @Composable fun EmailAuthentication() { - +// impl here } \ No newline at end of file