aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Login/components/Social.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/views/Login/components/Social.vue')
-rw-r--r--front-end/src/views/Login/components/Social.vue12
1 files changed, 1 insertions, 11 deletions
diff --git a/front-end/src/views/Login/components/Social.vue b/front-end/src/views/Login/components/Social.vue
index 34c5a1e..6eb65e7 100644
--- a/front-end/src/views/Login/components/Social.vue
+++ b/front-end/src/views/Login/components/Social.vue
@@ -14,20 +14,10 @@
</button>
</form>
- <form v-if="auth0Enabled" class="mt-4" @submit.prevent="SocalLogin('/login/social/auth0')">
- <button type="submit" class="btn social-button" :disabled="waiting">
- <fa-icon :icon="['fa','key']" size="xl" />
- Login with Auth0
- </button>
- </form>
-
</template>
<script setup lang="ts">
-import { apiCall, useWait, useSession, useSessionUtils, WebMessage } from '@vnuge/vnlib.browser'
-
-//auth0 enabled flag from env
-const auth0Enabled = import.meta.env.VITE_ENABLE_AUTH0 == 'true';
+import { apiCall, useWait, useSession, useSessionUtils, WebMessage } from '@vnuge/vnlib.browser'
const { waiting } = useWait()
const { browserId, publicKey } = useSession()