diff options
| author | Pitu <[email protected]> | 2017-01-30 06:00:01 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 06:00:01 -0300 |
| commit | 1ec6bbb640d4c7a5f29d7c02ab89a7ab0c1daa1a (patch) | |
| tree | 821e7af5cf3c3d7bbbba152673176b80adb17e89 /pages | |
| parent | Smol fix (diff) | |
| download | host.fuwn.me-1ec6bbb640d4c7a5f29d7c02ab89a7ab0c1daa1a.tar.xz host.fuwn.me-1ec6bbb640d4c7a5f29d7c02ab89a7ab0c1daa1a.zip | |
No more asking token on front if private
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pages/home.html b/pages/home.html index 256c856..eebbdcd 100644 --- a/pages/home.html +++ b/pages/home.html @@ -25,12 +25,7 @@ <div class="columns"> <div class="column is-hidden-mobile"></div> <div class="column" id='uploadContainer'> - - <p id='tokenContainer' class="control has-addons has-addons-centered"> - <input id='token' class="input is-danger" type="text" placeholder="Your token"> - <a id='tokenSubmit' class="button is-danger">Check</a> - </p> - + <a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a> </div> <div class="column is-hidden-mobile"></div> </div> |