mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
code deletion
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
||||
})
|
||||
.then((response) => {
|
||||
// Go to sign page
|
||||
window.location = '/sign-in'
|
||||
window.location = '/'
|
||||
})
|
||||
.catch((error) => {
|
||||
if (error.response.status === 500) {
|
||||
|
||||
Reference in New Issue
Block a user