Skip to content

Commit f42e8e9

Browse files
fix: auth0 shadcn nextjs
1 parent 3a37db6 commit f42e8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • refine-nextjs/plugins/auth-provider-auth0/src/app/login

refine-nextjs/plugins/auth-provider-auth0/src/app/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function Login() {
9696
);
9797
<%_ } _%>
9898

99-
<%_ if (answers["ui-framework"] === "no" || answers["ui-framework"] === "tailwindcss") { _%>
99+
<%_ if (answers["ui-framework"] === "no" || answers["ui-framework"] === "tailwindcss" || answers["ui-framework"] === "shadcn") { _%>
100100
return(
101101
<div
102102
style={{

0 commit comments

Comments
 (0)