KEYCLOAK-14585: effectiveUrl wrongly formatted

This commit is contained in:
Stan Silvert 2020-06-25 12:55:35 -04:00 committed by Bruno Oliveira da Silva
parent 25e8210066
commit 3b4ebb3141

View file

@ -161,7 +161,7 @@ export class ApplicationsPage extends React.Component<ApplicationsPageProps, App
{application.description &&
<GridItem><strong>{Msg.localize('description') + ': '}</strong> {application.description}</GridItem>
}
<GridItem><strong>{Msg.localize('effectiveUrl') + ': '}</strong> {application.effectiveUrl}</GridItem>
<GridItem><strong>URL: </strong> {application.effectiveUrl}</GridItem>
{application.consent &&
<React.Fragment>
<GridItem span={12}>