diff --git a/requirements.txt b/requirements.txt index ae09db0..a22d459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -Flask==1.0.2 \ No newline at end of file +Flask==1.0.2 +bcrypt==3.1.4 \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index fabc4dd..dcc3425 100644 --- a/templates/home.html +++ b/templates/home.html @@ -7,7 +7,7 @@ -

Welcome, {{ acct }}

+

Welcome

You're all set up and ready to go.