Fix bug
This commit is contained in:
parent
47a6188097
commit
2b9acc239e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
// 既に連携していた場合
|
// 既に連携していた場合
|
||||||
if (this.session.app.isAuthorized) {
|
if (this.session.app.isAuthorized) {
|
||||||
this.$root.$data.os.api('auth/accept', {
|
(this as any).api('auth/accept', {
|
||||||
token: this.session.token
|
token: this.session.token
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.accepted();
|
this.accepted();
|
||||||
|
|
Loading…
Reference in a new issue