Skip to content

Commit 3d992dd

Browse files
committed
typo
1 parent e11f456 commit 3d992dd

File tree

1 file changed

+1
-1
lines changed
  • coderd/coderdtest/oidctest

1 file changed

+1
-1
lines changed

coderd/coderdtest/oidctest/idp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ type ProviderJSON struct {
543543
UserInfoURL string `json:"userinfo_endpoint"`
544544
Algorithms []string `json:"id_token_signing_alg_values_supported"`
545545
// This is custom
546-
ExternalAuthURL string `json:"exteral_auth_url"`
546+
ExternalAuthURL string `json:"external_auth_url"`
547547
}
548548

549549
// newCode enforces the code exchanged is actually a valid code

0 commit comments

Comments
 (0)