You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a project using the Nebular theme and would like to request your assistance with adding custom fields to the login form. Specifically, I would like to add a new field, access_type, and pass data into it as part of the login request.
Here is the current configuration for the login process:
Could you please guide me on how to integrate the access_type field into the login form and ensure it is included in the request when the form is submitted?
I appreciate your time and look forward to your guidance on this matter.
Best regards
The text was updated successfully, but these errors were encountered:
Dear Nebular Team,
I hope this message finds you well.
I am currently working on a project using the Nebular theme and would like to request your assistance with adding custom fields to the login form. Specifically, I would like to add a new field, access_type, and pass data into it as part of the login request.
Here is the current configuration for the login process:
login: {
endpoint: '/authenticate',
method: "post",
redirect: {
success: "/dashboard",
failure: null,
},
requireValidToken: true
}
Could you please guide me on how to integrate the access_type field into the login form and ensure it is included in the request when the form is submitted?
I appreciate your time and look forward to your guidance on this matter.
Best regards
The text was updated successfully, but these errors were encountered: