- protected share authentification backend

This commit is contained in:
Peter Papp
2021-03-18 10:06:27 +01:00
parent c73e44ff01
commit 816c8c3e07
11 changed files with 117 additions and 168 deletions

View File

@@ -59,12 +59,11 @@
// Send request to get verify account
axios
.post('/api/browse/shared/authenticate/' + this.$route.params.token, {
.post('/api/browse/authenticate/' + this.$route.params.token, {
password: this.password
}).then(() => {
// todo: Redirect to file browser page
})
.catch(error => {