Skip to content

Commit

Permalink
Update fake passwords.
Browse files Browse the repository at this point in the history
  • Loading branch information
argythana committed Jun 17, 2024
1 parent 761b1f1 commit 7f2e00e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.streamlit/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Add in gitignore in production
username = "r4m_worth"
username = "r4m_value"
password = "$millions"
4 changes: 3 additions & 1 deletion src/public_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@

else:
st.info(
"Please login by clicking on the Login button. Username: `r4m_worth`, Pwd: `$millions`."
"Please login by clicking on the Login button. \n\n"
"Username: `r4m_value` \n\n"
"Password: `$millions`"
)

0 comments on commit 7f2e00e

Please sign in to comment.