Skip to content

Commit b6c1622

Browse files
Update packages/react-ui/src/app/features/authentication/components/sign-in-form.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ed9ac62 commit b6c1622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/features/authentication/components/sign-in-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const SignInForm: React.FC = () => {
6060
}
6161
authenticationSession.logOut({
6262
userInitiated: false,
63-
federatedLoginUrl: flags?.FRONTEGG_URL as string | undefined,
63+
federatedLoginUrl: flags.FRONTEGG_URL as string | undefined,
6464
});
6565
}, [flags]);
6666

0 commit comments

Comments
 (0)