Added password field

- Added download error modal
- Added password field show logic
- Redesigned UI
This commit is contained in:
2024-02-17 00:14:43 +01:00
parent 374d4dc40d
commit f30961f1f0
5 changed files with 83 additions and 22 deletions

View File

@ -147,7 +147,7 @@ export class UploadComponent {
axios({
method: 'post',
url: 'http://localhost/api/v1/upload-speed-test',
url: this.developmentStore.getBaseUrl() + 'api/v1/upload-speed-test',
data: uint8View,
headers: {
'Content-Type': 'application/octet-stream',