Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit129cc75

Browse files
ericpaulsenstirby
authored andcommitted
fix: docs reference in create headless user flow (#15826)
when creating a headless user, the linked documentation sent users tothe `Disable password auth` page, instead of the headless userdocumentation. this PR corrects the typescript.(cherry picked from commit104898a)
1 parent1375aba commit129cc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/pages/CreateUserPage/CreateUserForm.tsx‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp