dwipper commited on
Commit
b48a5db
·
1 Parent(s): 99b914d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ def login_auth(username, password):
65
  if data.get('records'):
66
 
67
  user_details = data['records'][0]['fields']
68
-
 
69
  #Log that the user logged in
70
  log_login(username)
71
 
 
65
  if data.get('records'):
66
 
67
  user_details = data['records'][0]['fields']
68
+
69
+ print(user_details)
70
  #Log that the user logged in
71
  log_login(username)
72