mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: docs reference in create headless user flow (#15826)
when creating a headless user, the linked documentation sent users to the `Disable password auth` page, instead of the headless user documentation. this PR corrects the typescript.
This commit is contained in:
@ -51,7 +51,7 @@ export const authMethodLanguage = {
|
||||
<Link
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
href="https://coder.com/docs/admin/auth#disable-built-in-authentication"
|
||||
href="https://coder.com/docs/admin/users/headless-auth"
|
||||
>
|
||||
documentation
|
||||
</Link>{" "}
|
||||
|
Reference in New Issue
Block a user