Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 104898a

Browse files
authored
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.
1 parent c528791 commit 104898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateUserPage/CreateUserForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const authMethodLanguage = {
5151
<Link
5252
target="_blank"
5353
rel="noopener"
54-
href="https://coder.com/docs/admin/auth#disable-built-in-authentication"
54+
href="https://coder.com/docs/admin/users/headless-auth"
5555
>
5656
documentation
5757
</Link>{" "}

0 commit comments

Comments
 (0)