mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: specify a custom "terms of service" link (#13068)
This commit is contained in:
committed by
GitHub
parent
341114a020
commit
74f27719b8
@ -209,9 +209,10 @@ type CreateOrganizationRequest struct {
|
||||
|
||||
// AuthMethods contains authentication method information like whether they are enabled or not or custom text, etc.
|
||||
type AuthMethods struct {
|
||||
Password AuthMethod `json:"password"`
|
||||
Github AuthMethod `json:"github"`
|
||||
OIDC OIDCAuthMethod `json:"oidc"`
|
||||
TermsOfServiceURL string `json:"terms_of_service_url,omitempty"`
|
||||
Password AuthMethod `json:"password"`
|
||||
Github AuthMethod `json:"github"`
|
||||
OIDC OIDCAuthMethod `json:"oidc"`
|
||||
}
|
||||
|
||||
type AuthMethod struct {
|
||||
|
Reference in New Issue
Block a user