Skip to content

Commit

Permalink
Include new screens to support ACUL (#1132)
Browse files Browse the repository at this point in the history
* Include new screens to support ACUL and update the index.html file with the right asset

* Update the upload-artifact and download-artifact to use v4
  • Loading branch information
ramya18101 authored Feb 5, 2025
1 parent 00f21cf commit 779a1f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: make test-unit

- name: Upload unit test coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-tests-artifact
path: ./coverage-unit-tests.out
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}

- name: Download unit test coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: unit-tests-artifact
path: ./unit-tests-artifact
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/data/universal-login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="https://cdn.auth0.com/quantum-assets/dist/1.0.3/favicons/auth0-favicon-onlight.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Auth0 | Branding Customization</title>
<script type="module" crossorigin src="/assets/index-b424f594.js"></script>
<script type="module" crossorigin src="/assets/index-7255df54.js"></script>
<link rel="stylesheet" href="/assets/index-ba9d88e4.css">
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions internal/cli/terraform_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ var (
"email-identifier-challenge": {"email-identifier-challenge"},
"passkeys": {"passkey-enrollment", "passkey-enrollment-local"},
"captcha": {"interstitial-captcha"},
"login": {"login"},
"signup": {"signup"},
"reset-password": {"reset-password-request", "reset-password-email", "reset-password", "reset-password-success", "reset-password-error"},
}
)

Expand Down

0 comments on commit 779a1f6

Please sign in to comment.