summaryrefslogtreecommitdiff
path: root/front-end/src/views/Login/social
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-23 22:11:23 -0400
commit51a65e9196f35393817ba94721503afdfa76fb60 (patch)
tree89f37a8c0a01521c3c567441200ca2061f233600 /front-end/src/views/Login/social
parent277dd634e169e7341272e304f715a542047396d7 (diff)
package and ui updates
Diffstat (limited to 'front-end/src/views/Login/social')
-rw-r--r--front-end/src/views/Login/social/[type].vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/front-end/src/views/Login/social/[type].vue b/front-end/src/views/Login/social/[type].vue
index bdb0240..da1aa25 100644
--- a/front-end/src/views/Login/social/[type].vue
+++ b/front-end/src/views/Login/social/[type].vue
@@ -73,9 +73,6 @@ const run = async () => {
case 'discord':
loginUrl = '/login/social/discord';
break;
- case 'auth0':
- loginUrl = '/login/social/auth0';
- break;
default:
router.push({ name: 'Login' })
break;