Commit cf1b0418 authored by Mike Greiling's avatar Mike Greiling

remove redundant switch case

parent 1e912d2b
......@@ -672,11 +672,6 @@ var Dispatcher;
new UsersSelect();
new UserCallout();
break;
case 'profiles:personal_access_tokens:index':
import('./pages/profiles/personal_access_tokens')
.then(callDefault)
.catch(fail);
break;
case 'admin:licenses:new':
import(/* webpackChunkName: "admin_licenses" */ 'ee/pages/admin/licenses/new').then(m => m.default()).catch(fail);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment