Skip to content

Commit f9da239

Browse files
javutoCopilot
andauthored
Update pkg/users/users.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 947b128 commit f9da239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/users/users.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-
DefaultTokeIssuer = "osctrl"
16+
DefaultTokenIssuer = "osctrl"
1717
// ActionAdd as action to add a user
1818
ActionAdd string = "add"
1919
// ActionEdit as action to edit a user

0 commit comments

Comments
 (0)