1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 17:54:08 +02:00
This commit is contained in:
syuilo
2022-01-13 01:50:53 +09:00
parent d2623a2ef2
commit 25f15677c3
29 changed files with 5 additions and 109 deletions

View File

@@ -67,10 +67,6 @@ export default defineComponent({
};
},
mounted() {
this.$emit('info', this[symbols.PAGE_INFO]);
},
methods: {
revoke(token) {
os.api('i/revoke-token', { tokenId: token.id }).then(() => {