Skip to content

Commit f697c5f

Browse files
refactor(react): remove whitespaces
1 parent 084d8e9 commit f697c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/SignIn/SignIn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const SignIn: FC<SignInProps> = (props: SignInProps): ReactElement => {
211211
};
212212

213213
const renderSignIn = (): ReactElement => {
214-
const authenticators: Authenticator[] = authContext?.authResponse?.nextStep?.authenticators;
214+
const authenticators: Authenticator[] = authContext?.authResponse?.nextStep?.authenticators;
215215

216216
if (authenticators) {
217217
const usernamePasswordAuthenticator: Authenticator = authenticators.find(

0 commit comments

Comments
 (0)