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

migrate omniauth_callbacks:* to static bundle

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