Skip to content

Commit

Permalink
Fix gh pages build (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Feb 1, 2024
1 parent 70cc4b1 commit 54e9a30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/auth0_universal-login_templates_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ auth0 universal-login templates update [flags]
auth0 universal-login templates update
auth0 ul templates update
cat login.liquid | auth0 ul templates update
echo "<html>{%- auth0:head -%}{%- auth0:widget -%}</html>" | auth0 ul templates update
```


Expand Down
3 changes: 1 addition & 2 deletions internal/cli/universal_login_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ func updateBrandingTemplateCmd(cli *cli) *cobra.Command {
Long: "Update the custom template for the New Universal Login Experience.",
Example: ` auth0 universal-login templates update
auth0 ul templates update
cat login.liquid | auth0 ul templates update
echo "<html>{%- auth0:head -%}{%- auth0:widget -%}</html>" | auth0 ul templates update`,
cat login.liquid | auth0 ul templates update`,
RunE: func(cmd *cobra.Command, args []string) error {
ctx := cmd.Context()

Expand Down

0 comments on commit 54e9a30

Please sign in to comment.