fix read data
This commit is contained in:
@@ -345,6 +345,9 @@ def verify_register():
|
||||
return jsonify({'status': 'INVALID', 'message': 'Link is invalid'}),403
|
||||
|
||||
print(data)
|
||||
print(data['user'])
|
||||
print(data['user']['uid'])
|
||||
|
||||
user_uid = 'a4b75649-e3c5-424f-bcdb-5481e625d24b'
|
||||
FIND_USER_DETAIL= "SELECT firstname,lastname,email FROM members_pending WHERE uid::text = '"+user_uid+"'"
|
||||
with connection:
|
||||
|
||||
Reference in New Issue
Block a user