fix linbks

This commit is contained in:
CHIEFSOFT\ameye
2025-01-09 13:40:47 -05:00
parent d10b3f723d
commit 8df2793a44
+1 -1
View File
@@ -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] )