feat: Implement comprehensive member management with user accounts, roles, and password handling for admin and mobile applications.
This commit is contained in:
@@ -94,7 +94,7 @@ export default async function DashboardLayout({
|
||||
// @ts-ignore - mustChangePassword is added via additionalFields
|
||||
if (session.user.mustChangePassword) {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-50 flex flex-col items-center justify-center p-4">
|
||||
<div className="min-h-screen overflow-y-auto bg-gray-50 flex flex-col items-center justify-center p-4">
|
||||
<ForcePasswordChange slug={slug} />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user