Skip to content

Commit

Permalink
chore: kewys renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Oct 31, 2024
1 parent 058a923 commit 6683ae3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# Read Data #
# ---------------------------------------------------------------------------- #

with open("keys/private_key.pem", "r") as f:
with open("keys/jwt_private_key.pem", "r") as f:
PRIVATE_KEY = f.read()
with open("keys/public_key.pem", "r") as f:
with open("keys/jwt_public_key.pem", "r") as f:
PUBLIC_KEY = f.read()
with open("templates/sign-in.html", "r") as f:
login_html = f.read()
Expand Down

0 comments on commit 6683ae3

Please sign in to comment.