change(ui) - show dynamic sso provider
This commit is contained in:
parent
57911ee8e3
commit
4c6f9a4fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default class Login extends React.Component {
|
|||
<div className={cn(stl.sso, "py-2 flex flex-col items-center")}>
|
||||
<div className="mb-4">or</div>
|
||||
<a href="/api/sso/saml2" rel="noopener noreferrer">
|
||||
<Button type="button" outline type="submit" primary >{ 'Login with SSO (Okta)' }</Button>
|
||||
<Button type="button" outline type="submit" primary >{ `Login with SSO (${authDetails.ssoProvider})` }</Button>
|
||||
</a>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue