mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Fix logout redirection
This commit is contained in:
parent
f31973981c
commit
95c192c380
@ -32,7 +32,7 @@ export default class Session extends mixin(class {}, evented) {
|
||||
}
|
||||
|
||||
logout() {
|
||||
window.location = app.config.baseURL+'/logout';
|
||||
window.location = app.config['base_url']+'/logout';
|
||||
}
|
||||
|
||||
authorize(xhr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user