Merge branch 'masto-register-app-secret' into shigusegubu

* masto-register-app-secret:
  fix
This commit is contained in:
Henry Jameson 2019-06-13 01:02:21 +03:00
commit 54b6408f74

View file

@ -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