Skip to content

Commit 15b6622

Browse files
committed
fix bug with oauth2 options
1 parent 4a54650 commit 15b6622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/account/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function Page() {
114114
</Form>
115115
)}
116116
</Formik>
117-
{oauth2Providers ? (
117+
{oauth2Providers.length > 0 ? (
118118
<div className={styles.oauth}>
119119
<h4>
120120
<i>or login with:</i>

0 commit comments

Comments
 (0)