diff --git a/src/auth/index.js b/src/auth/index.js index c4a16d7..67460a4 100644 --- a/src/auth/index.js +++ b/src/auth/index.js @@ -125,6 +125,7 @@ export const useAuth0 = ({ // profileImage: u.picture }).then(res => { console.log("res",res); + this.$toaster.success(res.data.message); localStorage.setItem('spotlight_usertoken', JSON.stringify(res.data.data)) console.log("onboarding", res) router.push({ name: 'Profile' }) diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 43125d1..57ba5d8 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -19,8 +19,8 @@ >
Explore the spotlights others has put together
-Explore the spotlights others has put together
+