mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 06:34:26 +08:00
Fix logout redirection
This commit is contained in:
parent
83b58a3ab8
commit
c43d1c6335
@ -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