forked from AkkomaGang/akkoma-fe
fix
This commit is contained in:
parent
c8a57ad32e
commit
edb24da016
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ const LoginForm = {
|
||||||
const data = {
|
const data = {
|
||||||
clientId,
|
clientId,
|
||||||
oauth: this.oauth,
|
oauth: this.oauth,
|
||||||
instance: this.instance.server
|
instance: this.instance.server,
|
||||||
|
commit: this.$store.commit
|
||||||
}
|
}
|
||||||
this.error = false
|
this.error = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue