fix(frontend): correctly show an unauthorized error when a user fails to login

fixes #322
This commit is contained in:
sct
2020-12-17 12:05:45 +00:00
parent 67146c33ef
commit 18925decaf
4 changed files with 70 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ body {
}
.plex-button {
@apply w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 transition ease-in-out duration-150 text-center;
@apply w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 transition ease-in-out duration-150 text-center disabled:opacity-50;
background-color: #cc7b19;
}