mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-09 20:52:39 +01:00
remove signin modal from privacy page. fixes #1508
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
97e3d78ba8
commit
a39cfaf3d3
@ -2,6 +2,7 @@ const html = require('choo/html');
|
||||
const modal = require('./modal');
|
||||
|
||||
module.exports = function(state, emit) {
|
||||
state.modal = null;
|
||||
return html`
|
||||
<main class="main">
|
||||
${state.modal && modal(state, emit)}
|
||||
|
Loading…
Reference in New Issue
Block a user