cjber commited on
Commit
e27fe4b
·
1 Parent(s): 1a8c509

fix: update user

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ auth = st.secrets.to_dict()
118
  if "credentials" not in auth:
119
  auth["credentials"] = {
120
  "usernames": {
121
- "admin": {
122
  "email": getenv("EMAIL"),
123
  "password": getenv("PASSWORD"),
124
  "first_name": "Admin",
 
118
  if "credentials" not in auth:
119
  auth["credentials"] = {
120
  "usernames": {
121
+ "camplanAI": {
122
  "email": getenv("EMAIL"),
123
  "password": getenv("PASSWORD"),
124
  "first_name": "Admin",