Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assistance with Adding Custom Fields to Nebular Login Form #3279

Open
mehwishIftikhar opened this issue Feb 1, 2025 · 0 comments
Open

Assistance with Adding Custom Fields to Nebular Login Form #3279

mehwishIftikhar opened this issue Feb 1, 2025 · 0 comments

Comments

@mehwishIftikhar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant