Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(providers): fix broken sudo pipe in hostname example (#6769)
`sudo echo > /etc/hosts` attempts to write to /etc/hosts as a non-priv user, which will fail. `echo | sudo tee /etc/hosts` works.
- Loading branch information
c212e96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
next-auth-docs – ./docs
next-auth-docs-git-v4-authjs.vercel.app
next-auth.js.org
next-auth-docs-dun.vercel.app
www.next-auth.js.org
next-auth-docs-authjs.vercel.app
v4.authjs.dev