Skip to content
Snippets Groups Projects
Unverified Commit 972fb8eb authored by syuilo's avatar syuilo
Browse files

Hide some components

parent 4de75448
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@
<x-mute-and-block/>
</template>
<!--
<template v-if="page == null || page == 'apps'">
<ui-card>
<template #title><fa icon="puzzle-piece"/> {{ $t('@._settings.apps') }}</template>
......@@ -187,6 +188,7 @@
</section>
</ui-card>
</template>
-->
<template v-if="page == null || page == 'security'">
<ui-card>
......@@ -203,12 +205,14 @@
</section>
</ui-card>
<!--
<ui-card>
<template #title><fa icon="sign-in-alt"/> {{ $t('@._settings.signin') }}</template>
<section>
<x-signins/>
</section>
</ui-card>
-->
</template>
<template v-if="page == null || page == 'api'">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment