Skip to content

Commit f1fe54f

Browse files
chore: rename org_url into org_domain
1 parent 091adf2 commit f1fe54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prowler/lib/outputs/html/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ def get_okta_assessment_summary(provider: Provider) -> str:
14111411
try:
14121412
assessment_items = f"""
14131413
<li class="list-group-item">
1414-
<b>Okta Org URL:</b> {provider.identity.org_url}
1414+
<b>Okta Domain:</b> {provider.identity.org_domain}
14151415
</li>"""
14161416

14171417
credentials_items = f"""

0 commit comments

Comments
 (0)