mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 17:54:08 +02:00
refactor
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user