mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat!: move workspace renames behind flag, disable by default (#11189)
This commit is contained in:
@ -179,7 +179,8 @@ type Options struct {
|
||||
// This janky function is used in telemetry to parse fields out of the raw
|
||||
// JWT. It needs to be passed through like this because license parsing is
|
||||
// under the enterprise license, and can't be imported into AGPL.
|
||||
ParseLicenseClaims func(rawJWT string) (email string, trial bool, err error)
|
||||
ParseLicenseClaims func(rawJWT string) (email string, trial bool, err error)
|
||||
AllowWorkspaceRenames bool
|
||||
}
|
||||
|
||||
// @title Coder API
|
||||
|
Reference in New Issue
Block a user