Commit 3b359ffe authored by Mike Greiling's avatar Mike Greiling

migrate sessions:* to static bundle

parent b679bc9c
...@@ -277,11 +277,6 @@ var Dispatcher; ...@@ -277,11 +277,6 @@ var Dispatcher;
break; break;
} }
switch (path[0]) { switch (path[0]) {
case 'sessions':
import('./pages/sessions')
.then(callDefault)
.catch(fail);
break;
case 'omniauth_callbacks': case 'omniauth_callbacks':
import('./pages/omniauth_callbacks') import('./pages/omniauth_callbacks')
.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