Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gh pages build #970

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading