Upgraded login endpoint, fixed uid generation

This commit is contained in:
Kevin Fronczak
2021-02-11 11:21:26 -05:00
parent 6fa4aa6f75
commit 9e793b6748
6 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
steps:
- uses: actions/checkout@v2