Use token authentication for API requests.

This commit is contained in:
Mike Cao 2020-09-17 22:52:20 -07:00
parent bff8806b61
commit 96bd7e5b47
34 changed files with 198 additions and 153 deletions

View file

@ -10,6 +10,10 @@
font-size: var(--font-size-small);
}
.content {
min-height: 600px;
}
.backButton {
align-self: flex-start;
margin-bottom: 16px;