2fa polishing

This commit is contained in:
Peter Papp
2021-07-16 11:00:46 +02:00
parent 838a412823
commit d90af84311
9 changed files with 344 additions and 304 deletions
+4 -4
View File
@@ -14,6 +14,8 @@
<CreateFolderPopup />
<RenameItemPopup />
<TwoFactorSetupPopup />
<MoveItemPopup />
<!--Mobile components-->
@@ -29,15 +31,13 @@
<!--Others-->
<DragUI />
<TwoFactorAuthenticationConfirm />
<router-view :class="{'is-scaled-down': isScaledDown}" />
</div>
</template>
<script>
import TwoFactorAuthenticationConfirm from '@/components/Others/TwoFactorAuthenticationConfirm'
import TwoFactorSetupPopup from '@/components/Others/TwoFactorSetupPopup'
import MultiSelectToolbarMobile from '@/components/FilesView/MultiSelectToolbarMobile'
import FileSortingMobile from '@/components/FilesView/FileSortingMobile'
import SidebarNavigation from '@/components/Sidebar/SidebarNavigation'
@@ -59,7 +59,7 @@
export default {
name: 'Platform',
components: {
TwoFactorAuthenticationConfirm,
TwoFactorSetupPopup,
MultiSelectToolbarMobile,
CreateFolderPopup,
FileSortingMobile,