C#C
C#3y ago
gamer50082

✅ 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})
Was this page helpful?