From 7f2e00e27a0ef0896d6259b93f45b68505dbac23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=98=CE=91=CE=9D=CE=91=CE=A3=CE=97=CE=A3=20=CE=91=CE=A1?= =?UTF-8?q?=CE=93=CE=A5=CE=A1=CE=99=CE=9F=CE=A5?= Date: Mon, 17 Jun 2024 18:07:44 +0300 Subject: [PATCH] Update fake passwords. --- src/.streamlit/secrets.toml | 2 +- src/public_dashboard.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/.streamlit/secrets.toml b/src/.streamlit/secrets.toml index 6fcd1e3..a093bb2 100644 --- a/src/.streamlit/secrets.toml +++ b/src/.streamlit/secrets.toml @@ -1,3 +1,3 @@ # Add in gitignore in production -username = "r4m_worth" +username = "r4m_value" password = "$millions" diff --git a/src/public_dashboard.py b/src/public_dashboard.py index 4522e55..9351b4f 100644 --- a/src/public_dashboard.py +++ b/src/public_dashboard.py @@ -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`" )