mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
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
Block a user