mirror of
https://github.com/flarum/core.git
synced 2025-08-02 22:47:33 +02:00
Use new config keys
This commit is contained in:
@@ -13,7 +13,7 @@ export default class Session extends mixin(class {}, evented) {
|
||||
var self = this;
|
||||
m.request({
|
||||
method: 'POST',
|
||||
url: app.config.baseURL+'/login',
|
||||
url: app.config['base_url']+'/login',
|
||||
data: {identification, password},
|
||||
background: true
|
||||
}).then(function(response) {
|
||||
|
Reference in New Issue
Block a user