✅ login registration form not working
3 forms
mainform.cs shows 2 buttons register login
register.cs contain 3 textbox [username] [password] [confirmpassword] 1 button to send [username] and [password] to /api/register. if credentials is correct it should receive (token) and (accountType {Basic, Premium})
login.cs contain 2 textbox [username] [password] to /api/login. if credentials is correct it should receive (token) and (accountType {Basic, Premium})
4 Replies
you need to specify the problem
"not working" tells nothing
you need to elaborate on "not working"
nvm i am using html website then