We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab057f commit c9f985dCopy full SHA for c9f985d
1 file changed
web/src/lib/components/shared-components/side-bar/bottom-info.svelte
@@ -1,15 +1,12 @@
1
<script lang="ts">
2
import ServerStatus from './server-status.svelte';
3
import StorageSpace from './storage-space.svelte';
4
- import TwoFactorInfo from './two-factor-info.svelte';
5
</script>
6
7
<div class="mt-auto">
8
<StorageSpace />
9
</div>
10
11
-<TwoFactorInfo />
12
-
13
<div class="mb-6 mt-2">
14
<ServerStatus />
15
0 commit comments