Skip to content

Commit 2b6f1af

Browse files
authored
Remove prefix on the Token field
1 parent 5d1b36f commit 2b6f1af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/axiom/personal_access_token.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ func PersonalAccessToken() schema.CredentialType {
2121
Secret: true,
2222
Composition: &schema.ValueComposition{
2323
Length: 41,
24-
Prefix: "xapt-",
2524
Charset: schema.Charset{
2625
Lowercase: true,
2726
Digits: true,

0 commit comments

Comments
 (0)