This commit is contained in:
syuilo 2018-05-29 17:10:59 +09:00
parent 47a6188097
commit 2b9acc239e

View file

@ -62,7 +62,7 @@ export default Vue.extend({
//
if (this.session.app.isAuthorized) {
this.$root.$data.os.api('auth/accept', {
(this as any).api('auth/accept', {
token: this.session.token
}).then(() => {
this.accepted();