Skip to content

Commit dbdf378

Browse files
committed
chore: lint
1 parent 44c9e13 commit dbdf378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/handleAuth/handleAuth.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ const redirectToPostLoginUrl = () => {
112112
redirect(302, new URL(post_login_redirect_url));
113113
} else {
114114
redirect(
115-
302,
116-
new URL(post_login_redirect_url, kindeConfiguration.appBase),
117-
);
115+
302,
116+
new URL(post_login_redirect_url, kindeConfiguration.appBase),
117+
);
118118
}
119119
}
120120
};

0 commit comments

Comments
 (0)