mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
api refactoring
This commit is contained in:
@@ -275,7 +275,7 @@ export default {
|
||||
},
|
||||
resendEmail() {
|
||||
axios
|
||||
.post('/api/user/email/verify/resend', {
|
||||
.post('/api/user/verify', {
|
||||
email: this.loginEmail,
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user