diff options
author | cglatot <[email protected]> | 2020-10-08 16:30:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 16:30:32 +0100 |
commit | e44b0d4e9174846af3fc36eb11277bf3f6c82e19 (patch) | |
tree | 6170e5facce3d74ef72574616e38491e63de8443 /css | |
parent | 521286237bed573e76f34f0c1d971387376d5fb1 (diff) | |
parent | 44898da825cf16985a88f3516df47453a6fdfed8 (diff) | |
download | pasta-e44b0d4e9174846af3fc36eb11277bf3f6c82e19.tar.gz pasta-e44b0d4e9174846af3fc36eb11277bf3f6c82e19.zip |
Merge pull request #27 from cglatot/proper-authentication-method1.5.0
Implement proper Plex login method
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index aeffe1c..582e92c 100644 --- a/css/main.css +++ b/css/main.css @@ -70,6 +70,14 @@ label, p { display: none; } +#new-pin-container { + display: none; +} + +#waitOnPinAuth { + display: none; +} + /*========================== MODALS ==========================*/ |