Skip to content

Commit

Permalink
Remove UserLoginView
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt authored and mvandenburgh committed Jul 27, 2021
1 parent 0292ea2 commit 984451c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
6 changes: 0 additions & 6 deletions web/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Router from 'vue-router';
import FileBrowser from '@/views/FileBrowserView/FileBrowser.vue';

import HomeView from '@/views/HomeView/HomeView.vue';
import UserLoginView from '@/views/UserLoginView/UserLoginView.vue';
import PublicDandisetsView from '@/views/PublicDandisetsView/PublicDandisetsView.vue';
import MyDandisetsView from '@/views/MyDandisetsView/MyDandisetsView.vue';
import SearchDandisetsView from '@/views/SearchDandisetsView/SearchDandisetsView.vue';
Expand All @@ -19,11 +18,6 @@ export default new Router({
name: 'home',
component: HomeView,
},
{
path: '/user/login',
name: 'userLogin',
component: UserLoginView,
},
{
path: '/dandiset',
name: 'publicDandisets',
Expand Down
45 changes: 0 additions & 45 deletions web/src/views/UserLoginView/UserLoginView.vue

This file was deleted.

0 comments on commit 984451c

Please sign in to comment.