Skip to content

Commit cda434c

Browse files
committed
magic number
1 parent e0fac57 commit cda434c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerkey/provisionerkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
secretLength = 32
16+
secretLength = 43
1717
)
1818

1919
func New(organizationID uuid.UUID, name string, tags map[string]string) (database.InsertProvisionerKeyParams, string, error) {

0 commit comments

Comments
 (0)