forked from FoundKeyGang/FoundKey
client: fix token generation window
Changelog: Fixed
This commit is contained in:
parent
6367fcca79
commit
451c674906
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<div style="margin-bottom: 16px;"><b>{{ i18n.ts.permission }}</b></div>
|
||||
<MkButton inline @click="disableAll">{{ i18n.ts.disableAll }}</MkButton>
|
||||
<MkButton inline @click="enableAll">{{ i18n.ts.enableAll }}</MkButton>
|
||||
<FormSwitch v-for="kind in kinds" :key="kind" v-model="permissions[kind]">{{ i18n.t(`_permissions.${kind}`) }}</FormSwitch>
|
||||
<FormSwitch v-for="kind in kinds" :key="kind" v-model="perms[kind]">{{ i18n.t(`_permissions.${kind}`) }}</FormSwitch>
|
||||
</div>
|
||||
</XModalWindow>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue