chore: apply suggestion from @Rycochet

Co-authored-by: Ryc O'Chet <Rycochet@users.noreply.github.com>
This commit is contained in:
Stavros
2025-10-06 21:15:06 +03:00
committed by GitHub
parent 74a360369d
commit 04b075c748

View File

@@ -30,7 +30,7 @@ func (c *rootCmd) Register() {
c.cmd = &cobra.Command{ c.cmd = &cobra.Command{
Use: "tinyauth", Use: "tinyauth",
Short: "The simplest way to protect your apps with a login screen", Short: "The simplest way to protect your apps with a login screen",
Long: `Tinyauth is a simple authentication middleware that adds a simple login screen or OAuth with Google, Github and any provider to all of your docker apps.`, Long: `Tinyauth is a simple authentication middleware that adds a simple login screen or OAuth with Google, Github or any other provider to all of your docker apps.`,
Run: c.run, Run: c.run,
} }