Skip to content

Commit

Permalink
Update home-ui config
Browse files Browse the repository at this point in the history
Signed-off-by: Kalina Georgieva <kalina.georgieva@interop.io>
  • Loading branch information
Kalina Georgieva committed Jun 18, 2024
1 parent 66d2d3b commit 1d63793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser-platform-home-react-wsp/src/main/auth0-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useMemo } from "react";
export const Auth0Main = () => {
const ioConnectHomeConfig: IOConnectHomeConfig = useMemo(
() => ({
ioConnectConfig: getIoConfig(),
getIOConnectConfig: getIoConfig,
login: {
type: 'auth0',
providerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion browser-platform-home-react-wsp/src/main/no-auth-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useMemo } from "react";
export const NoAuthMain = () => {
const ioConnectHomeConfig: IOConnectHomeConfig = useMemo(
() => ({
ioConnectConfig: getIoConfig(),
getIOConnectConfig: getIoConfig,
}),
[]
);
Expand Down

0 comments on commit 1d63793

Please sign in to comment.