Commit 2d018776 authored by Mike Greiling's avatar Mike Greiling

migrate omniauth_callbacks:* to static bundle

parent 3b359ffe
...@@ -277,11 +277,6 @@ var Dispatcher; ...@@ -277,11 +277,6 @@ var Dispatcher;
break; break;
} }
switch (path[0]) { switch (path[0]) {
case 'omniauth_callbacks':
import('./pages/omniauth_callbacks')
.then(callDefault)
.catch(fail);
break;
case 'admin': case 'admin':
import('./pages/admin') import('./pages/admin')
.then(callDefault) .then(callDefault)
......
import initU2F from '../../shared/sessions/u2f'; import initU2F from '../../shared/sessions/u2f';
export default () => { document.addEventListener('DOMContentLoaded', initU2F);
initU2F();
};
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