Fix app start with password set by requiring only
what is needed in the signal.js loaded by password_preload.jspull/1260/head
parent
f2668571c2
commit
38c0c53a69
@ -0,0 +1,15 @@
|
|||||||
|
// The idea with this file is to make it webpackable for the style guide
|
||||||
|
|
||||||
|
const {
|
||||||
|
SessionPasswordPrompt,
|
||||||
|
} = require('../../ts/components/session/SessionPasswordPrompt');
|
||||||
|
|
||||||
|
exports.setup = () => {
|
||||||
|
const Components = {
|
||||||
|
SessionPasswordPrompt,
|
||||||
|
};
|
||||||
|
|
||||||
|
return {
|
||||||
|
Components,
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue