aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Login/social
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/views/Login/social')
-rw-r--r--front-end/src/views/Login/social/[type].vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/front-end/src/views/Login/social/[type].vue b/front-end/src/views/Login/social/[type].vue
index 68e8b77..51da94f 100644
--- a/front-end/src/views/Login/social/[type].vue
+++ b/front-end/src/views/Login/social/[type].vue
@@ -64,7 +64,8 @@ tryOnMounted(() => defer(() => {
apiCall(async ({ toaster }) => {
try{
//Complete the login
- await store.socialOauth.completeLogin();
+ const { completeLogin } = await store.socialOauth();
+ await completeLogin()
toaster.general.success({
title:'Login Successful',