mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-30 11:35:59 +00:00
Create TwoFactorAuthentication Popup
This commit is contained in:
@@ -29,12 +29,15 @@
|
||||
|
||||
<!--Others-->
|
||||
<DragUI />
|
||||
<TwoFactorAuthenticationConfirm />
|
||||
|
||||
|
||||
<router-view :class="{'is-scaled-down': isScaledDown}" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import TwoFactorAuthenticationConfirm from '@/components/Others/TwoFactorAuthenticationConfirm'
|
||||
import MultiSelectToolbarMobile from '@/components/FilesView/MultiSelectToolbarMobile'
|
||||
import FileSortingMobile from '@/components/FilesView/FileSortingMobile'
|
||||
import SidebarNavigation from '@/components/Sidebar/SidebarNavigation'
|
||||
@@ -56,6 +59,7 @@
|
||||
export default {
|
||||
name: 'Platform',
|
||||
components: {
|
||||
TwoFactorAuthenticationConfirm,
|
||||
MultiSelectToolbarMobile,
|
||||
CreateFolderPopup,
|
||||
FileSortingMobile,
|
||||
|
||||
Reference in New Issue
Block a user