mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
Fix logout redirection
This commit is contained in:
@@ -32,7 +32,7 @@ export default class Session extends mixin(class {}, evented) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
logout() {
|
logout() {
|
||||||
window.location = app.config.baseURL+'/logout';
|
window.location = app.config['base_url']+'/logout';
|
||||||
}
|
}
|
||||||
|
|
||||||
authorize(xhr) {
|
authorize(xhr) {
|
||||||
|
Reference in New Issue
Block a user