Fix claims.

Use OID instead of email for microsoft identifier.
Fix PlayerCount route.
Add created date to user table.
Create spectator icon.
This commit is contained in:
2023-01-20 20:48:38 -06:00
parent 1d0beaf69f
commit 26fd955aa4
35 changed files with 672 additions and 1426 deletions

View File

@@ -44,13 +44,6 @@ button {
font-size: smaller;
}
#app {
display: grid;
}
@@ -107,7 +100,7 @@ p {
}
/* Variables */
:root {
html {
--primary-color: #444;
--secondary-color: #5e5e5e;
--contrast-color: #eaeaea;