<Link /> in react-router-dom is prompting to save credentials... #9750
Unanswered
stevenjr1988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the below form:
If a user clicks on "Create Account" the browser prompts to save credentials, however it dose not if they click "Log In"
It's all on the same domain. I do not want link to prompt to save credentials.
update 1: If I replace
<Link>
with a standard<a>
, this dose not happen.update 2: also, if I move
<Link>
outside of the form, it will still trigger the prompt to save credentials, (this actually happens for any<Link>
Beta Was this translation helpful? Give feedback.
All reactions