added emsl

This commit is contained in:
CHIEFSOFT\ameye
2024-12-11 14:26:02 -05:00
parent 4419fc3791
commit 2cea10535e
+2 -1
View File
@@ -155,7 +155,8 @@ def dashboard(current_user):
"username": "sanyaameye",
"account_name": "This is the test account name",
"firstname": "TestFirstname",
"lastname": "TestLastname"
"lastname" : "Testlastname",
"email": "bestemail@email.com"
}
return jsonify(dash_data=dash_data)