Skip to content

Commit

Permalink
password var was wrong compared to env.example.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan committed Feb 8, 2024
1 parent ef3cc93 commit d5bbc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# fake users to simulate authentication
fake_users = {
os.getenv('BASIC_AUTH_USER'): os.getenv('BASIC_AUTH_PASSWD')
os.getenv('BASIC_AUTH_USER'): os.getenv('BASIC_AUTH_PASSWORD')
}


Expand Down

0 comments on commit d5bbc5d

Please sign in to comment.