[Client] Make possible to change password in mobile

モバイル版からパスワードの変更を行えるように
This commit is contained in:
syuilo
2018-11-03 21:53:03 +09:00
parent 5bebdb2511
commit 84218abf2b
5 changed files with 12 additions and 4 deletions

View File

@ -214,7 +214,7 @@
<ui-card class="password" v-show="page == 'security'">
<div slot="title">%fa:unlock-alt% %i18n:@password%</div>
<section>
<x-password/>
<mk-password-settings/>
</section>
</ui-card>
@ -286,7 +286,6 @@
<script lang="ts">
import Vue from 'vue';
import XPassword from './settings.password.vue';
import X2fa from './settings.2fa.vue';
import XApps from './settings.apps.vue';
import XSignins from './settings.signins.vue';
@ -296,7 +295,6 @@ import checkForUpdate from '../../../common/scripts/check-for-update';
export default Vue.extend({
components: {
XPassword,
X2fa,
XApps,
XSignins,