nagasurendra commited on
Commit
3915ffc
·
verified ·
1 Parent(s): 916b5f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from bcrypt import hashpw, gensalt, checkpw
11
  import datetime
12
 
13
  # Salesforce connection setup
14
- sf = Salesforce(username='your_username', password='your_password', security_token='your_security_token')
15
 
16
  # Utility Functions
17
  def save_user(name, phone, email, password):
 
11
  import datetime
12
 
13
  # Salesforce connection setup
14
+ sf = Salesforce(username='diggavalli98@gmail.com', password='Sati@1020', security_token='sSSjyhInIsUohKpG8sHzty2q')
15
 
16
  # Utility Functions
17
  def save_user(name, phone, email, password):