chore(web): Remove API url env variable
This commit is contained in:
@@ -24,7 +24,7 @@ function SsoProviders() {
|
||||
<Button
|
||||
key={provider.id}
|
||||
component="a"
|
||||
href={URLS.SSO_LOGIN(provider.issuer)}
|
||||
href={provider.loginUrl}
|
||||
variant="outlined"
|
||||
>
|
||||
{formatMessage('ssoProviders.loginWithProvider', {
|
||||
|
Reference in New Issue
Block a user