We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d4c84 commit befe937Copy full SHA for befe937
src/packages/next/components/auth/sign-in.tsx
@@ -45,7 +45,9 @@ export default function SignIn({ strategies }) {
45
46
<div style={LOGIN_STYLE}>
47
<div style={{ margin: "10px 0" }}>
48
- Sign in using your email address or a single sign on provider.
+ {strategies.length > 0
49
+ ? "Sign in using your email address or a single sign on provider."
50
+ : "Sign in using your email address."}
51
</div>
52
<form>
53
<Input
0 commit comments