feat: add Auth0 passwordless login
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { UserProvider } from '@auth0/nextjs-auth0/client';
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
@@ -16,7 +17,9 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang='en'>
|
||||
<body className={inter.className}>{children}</body>
|
||||
<UserProvider>
|
||||
<body className={inter.className}>{children}</body>
|
||||
</UserProvider>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user