mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Forgot to send token on upload
This commit is contained in:
parent
6ded8a913c
commit
d0b5d4a2df
@ -29,7 +29,10 @@ window.onload = function () {
|
||||
previewTemplate: previewTemplate,
|
||||
createImageThumbnails: false,
|
||||
maxFiles: 1000,
|
||||
autoProcessQueue: true
|
||||
autoProcessQueue: true,
|
||||
headers: {
|
||||
'auth': localStorage.token
|
||||
}
|
||||
});
|
||||
|
||||
// Update the total progress bar
|
||||
|
Loading…
Reference in New Issue
Block a user