FIX: Don't redirect for `users/account-created` path
This commit is contained in:
parent
f4b2677a19
commit
006b35d2f3
|
@ -21,7 +21,7 @@ export default {
|
|||
}
|
||||
|
||||
DiscourseURL.rewrite(/^\/u\/([^\/]+)\/?$/, "/u/$1/summary", {
|
||||
exceptions: ['/u/account-created']
|
||||
exceptions: ['/u/account-created', '/users/account-created']
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue