mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 03:11:53 +08:00
FIX: automatic redirect after activating account on subfolder installs
This commit is contained in:
parent
05b12d108f
commit
2d7c3067ba
@ -1,7 +1,7 @@
|
||||
<script language="javascript">
|
||||
(function() {
|
||||
setTimeout(function() {
|
||||
window.location.href = '/';
|
||||
window.location.href = '<%= path("/") %>';
|
||||
}, 2000);
|
||||
})();
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user