Skip to content

Commit e30bd41

Browse files
committed
fix: update SSO configuration reference to use correct property
1 parent 76c159d commit e30bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/Authorization/SSOLoginServices/SSOLogin.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class SSOLogin extends Component<SSOLoginProps & RouterV5Props<{}>, SSOLoginStat
153153
if (ssoConfig) {
154154
this.setState({ sso: ssoConfig?.name, lastActiveSSO: ssoConfig })
155155
} else {
156-
ssoConfig = sample.google as any // TODO: Add type for sample
156+
ssoConfig = sample.google.config as any // TODO: Add type for sample
157157
this.setState({ sso: 'google', ssoConfig: this.parseResponse(ssoConfig) })
158158
}
159159
// Would be undefined for OSS

0 commit comments

Comments
 (0)