Skip to content

Commit

Permalink
Removing unused templateBody variable to address linting failure (#646
Browse files Browse the repository at this point in the history
)

Removing unused templateBody variable

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Feb 10, 2023
1 parent e4cab13 commit d44819b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/cli/universal_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ import (
)

var (
templateBody = Flag{
Name: "Template",
LongForm: "template",
ShortForm: "t",
Help: "Custom page template for Universal Login.",
IsRequired: true,
}

brandingAccent = Flag{
Name: "Accent Color",
LongForm: "accent",
Expand Down

0 comments on commit d44819b

Please sign in to comment.