mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-10 06:30:47 +01:00
possible fix for #1981
This commit is contained in:
@@ -28,7 +28,7 @@ define('forum/login', function() {
|
||||
if (previousUrl) {
|
||||
app.previousUrl = previousUrl;
|
||||
} else if (!app.previousUrl) {
|
||||
app.previousUrl = '/';
|
||||
app.previousUrl = RELATIVE_PATH || '/';
|
||||
}
|
||||
|
||||
if(app.previousUrl.indexOf('/reset/') !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user