diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-14 12:00:20 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-14 12:00:20 +1000 |
| commit | 3a23cbe192040f55c54cb3bb572d531e6a07a2dd (patch) | |
| tree | 385a035257ca70b2689f442d6ea1d158cc8a7161 /Pages/Upload.razor | |
| parent | e6e43b943143d55581ef442b61ed6cbdbb40c642 (diff) | |
Finished initial implementation of login page
Diffstat (limited to 'Pages/Upload.razor')
| -rw-r--r-- | Pages/Upload.razor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/Upload.razor b/Pages/Upload.razor index 7f7980b..614cec0 100644 --- a/Pages/Upload.razor +++ b/Pages/Upload.razor @@ -1,4 +1,5 @@ @page "/Upload" +@attribute [Authorize] <div id="dropzone"> <p>Drag a file to upload it<br/>or click to select one or more file(s)</p> |
