summaryrefslogtreecommitdiff
path: root/web-ui/src
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-03-29 14:37:41 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-03-30 15:10:56 -0300
commitc5c858f92b30862d0b8977b7559e437cdd073d7f (patch)
tree1f3bd8ea3ec2b2edb92ea1fbc457395246cac55d /web-ui/src
parent648aeebe1be3d29a6fdf3199a8d86d92de676b5a (diff)
[#932] Makes account recovery resource public
Diffstat (limited to 'web-ui/src')
-rw-r--r--web-ui/src/account_recovery/account_recovery.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/account_recovery/account_recovery.html b/web-ui/src/account_recovery/account_recovery.html
index f4601239..35054455 100644
--- a/web-ui/src/account_recovery/account_recovery.html
+++ b/web-ui/src/account_recovery/account_recovery.html
@@ -9,6 +9,6 @@
</head>
<body>
<div id="root"/>
- <script type="text/javascript" src="/assets/account_recovery.js"></script>
+ <script type="text/javascript" src="/public/account_recovery.js"></script>
</body>
</html>