fix linbks
This commit is contained in:
@@ -405,7 +405,7 @@ def verify_register():
|
||||
# print(account[0])
|
||||
|
||||
account_found = count = len( account )
|
||||
if account_found > 0 :
|
||||
if account_found == 0 :
|
||||
return jsonify({'status': "INVALID",'message': 'Error - Invalid sign up link'}), 403
|
||||
|
||||
accountRes = json.dumps( [dict(ix) for ix in account] )
|
||||
|
||||
Reference in New Issue
Block a user