From 0daad7eaaccf0e63418f063992aed42a1a783733 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 12 Dec 2022 16:42:40 +0900 Subject: [PATCH] Add error handling to social login --- frontend/components/auth/SocialLogin.vue | 34 +++++++++++-------- frontend/pages/auth.vue | 5 ++- frontend/plugins/services.ts | 32 ++++++++--------- .../repositories/auth/apiAuthRepository.ts | 2 +- 4 files changed, 38 insertions(+), 35 deletions(-) diff --git a/frontend/components/auth/SocialLogin.vue b/frontend/components/auth/SocialLogin.vue index 36189512..d236fbaa 100644 --- a/frontend/components/auth/SocialLogin.vue +++ b/frontend/components/auth/SocialLogin.vue @@ -15,32 +15,36 @@ diff --git a/frontend/pages/auth.vue b/frontend/pages/auth.vue index e41a1e7d..67a4b392 100644 --- a/frontend/pages/auth.vue +++ b/frontend/pages/auth.vue @@ -5,7 +5,6 @@ - @@ -15,10 +14,10 @@