Merge branch 'masto-register-app-secret' into shigusegubu
* masto-register-app-secret: fix
This commit is contained in:
commit
54b6408f74
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ const LoginForm = {
|
|||
const data = {
|
||||
clientId,
|
||||
oauth: this.oauth,
|
||||
instance: this.instance.server
|
||||
instance: this.instance.server,
|
||||
commit: this.$store.commit
|
||||
}
|
||||
this.error = false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue