refactor
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| <div class="_autoGap"> | ||||
| 	<FormSection> | ||||
| 		<template #label>{{ i18n.ts.password }}</template> | ||||
| 		<FormButton primary @click="change()">{{ i18n.ts.changePassword }}</FormButton> | ||||
| 		<MkButton primary @click="change()">{{ i18n.ts.changePassword }}</MkButton> | ||||
| 	</FormSection> | ||||
|  | ||||
| 	<FormSection> | ||||
| @@ -30,7 +30,7 @@ | ||||
|  | ||||
| 	<FormSection> | ||||
| 		<FormSlot> | ||||
| 			<FormButton danger @click="regenerateToken"><i class="ti ti-refresh"></i> {{ i18n.ts.regenerateLoginToken }}</FormButton> | ||||
| 			<MkButton danger @click="regenerateToken"><i class="ti ti-refresh"></i> {{ i18n.ts.regenerateLoginToken }}</MkButton> | ||||
| 			<template #caption>{{ i18n.ts.regenerateLoginTokenDescription }}</template> | ||||
| 		</FormSlot> | ||||
| 	</FormSection> | ||||
| @@ -41,7 +41,7 @@ | ||||
| import X2fa from './2fa.vue'; | ||||
| import FormSection from '@/components/form/section.vue'; | ||||
| import FormSlot from '@/components/form/slot.vue'; | ||||
| import FormButton from '@/components/MkButton.vue'; | ||||
| import MkButton from '@/components/MkButton.vue'; | ||||
| import MkPagination from '@/components/MkPagination.vue'; | ||||
| import * as os from '@/os'; | ||||
| import { i18n } from '@/i18n'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo