Incorrect Fields on Client Side
I am using Express as my backend and on the server the fields for user table is updated for example
name
is full_name
in my database but when i use client side for login for example, the field name is still name
instead of full_name
0 Replies