wip
This commit is contained in:
parent
1a7a07cb1a
commit
c49e5a80be
23 changed files with 42 additions and 42 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue