From b8fd31ed4d86aa54cd11cf66cfeaf6eaae4b2948 Mon Sep 17 00:00:00 2001 From: myofficework000 Date: Fri, 12 Apr 2024 03:03:02 +0530 Subject: [PATCH] Added documentation --- .../features/authentication/email_authentication.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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