Skip to content

Commit 5aa7dd4

Browse files
committed
Update jwt gen comment
1 parent 0c5ec68 commit 5aa7dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/serve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func serveCommand() *cobra.Command {
8181
}
8282
logger.Info("repository was set up")
8383

84-
// JWT
84+
// JWT for QRCode and OIDC
8585
if priv := c.JWT.Keys.Private; priv != "" {
8686
privRaw, err := os.ReadFile(priv)
8787
if err != nil {

0 commit comments

Comments
 (0)