mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 05:25:45 +02:00
wip
This commit is contained in:
@@ -117,7 +117,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
const token = permissions == null || permissions.length === 0 ? null : await new Promise(async (res, rej) => {
|
||||
this.$root.new(await import('../../components/token-generate-window.vue').then(m => m.default), {
|
||||
this.$root.new(await import('../../components/token-generate-window.vue'), {
|
||||
title: this.$t('tokenRequested'),
|
||||
information: this.$t('pluginTokenRequestedDescription'),
|
||||
initialName: name,
|
||||
|
||||
Reference in New Issue
Block a user