mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
frontend function consolidation part 2
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
this.isPageLoading = false
|
||||
|
||||
// Show password page
|
||||
if (response.data.data.attributes.protected) {
|
||||
if (response.data.data.attributes.is_protected) {
|
||||
this.currentPage = 'page-password'
|
||||
} else {
|
||||
this.currentPage = 'page-files'
|
||||
|
||||
Reference in New Issue
Block a user