Fix deleteme feature
The last step of the data deletion feature–when the admin user visits the link sent by the user requesting to delete their data–was broken due to the deleteme.js script not being loaded.
This commit is contained in:
committed by
Umputun
parent
bdee00b662
commit
c6efcc56a9
@@ -71,5 +71,6 @@
|
||||
<script>
|
||||
var remark_config = { host: '<%= htmlWebpackPlugin.options.REMARK_URL %>' };
|
||||
</script>
|
||||
<script src="deleteme.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user