mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:49:19 +02:00
Fixed #245: admin menu not showing after login
This commit is contained in:
parent
4c81de9226
commit
9f18b95069
4 changed files with 9 additions and 6 deletions
|
@ -79,8 +79,6 @@ export default {
|
|||
username: this.credentials.username,
|
||||
password: this.credentials.password
|
||||
}
|
||||
// We need to pass the component's this context
|
||||
// to properly make use of http in the auth service
|
||||
this.$store.dispatch('auth/login', {
|
||||
credentials,
|
||||
next: '/library',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue