From a5fad047dbd9b598bd02938ac28c0df3b20204a8 Mon Sep 17 00:00:00 2001 From: jihye Date: Sat, 10 Feb 2024 16:23:22 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20[Auth]=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=A1=9C=EC=A7=81=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84=20#77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 2 + lib/core/enums/sns_provider_type.dart | 2 +- .../remote/auth_remote_data_source_impl.dart | 37 ++++++++----------- .../auth/repositories/auth_repository.dart | 2 - .../repositories/auth_repository_impl.dart | 7 ---- .../usecases/get_custom_token_use_case.dart | 17 --------- .../widgets/start_with_kakao_button.dart | 4 +- .../pages/splash/splash_event.dart | 2 +- 8 files changed, 20 insertions(+), 53 deletions(-) delete mode 100644 lib/features/auth/usecases/get_custom_token_use_case.dart diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 918b352..71e4a50 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,6 +23,8 @@ +