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 3a37db6 commit f42e8e9Copy full SHA for f42e8e9
1 file changed
refine-nextjs/plugins/auth-provider-auth0/src/app/login/page.tsx
@@ -96,7 +96,7 @@ export default function Login() {
96
);
97
<%_ } _%>
98
99
- <%_ if (answers["ui-framework"] === "no" || answers["ui-framework"] === "tailwindcss") { _%>
+ <%_ if (answers["ui-framework"] === "no" || answers["ui-framework"] === "tailwindcss" || answers["ui-framework"] === "shadcn") { _%>
100
return(
101
<div
102
style={{
0 commit comments