Fix password update (#71)
* Fix password update * Use next or callback params for retro-compatibility
This commit is contained in:
committed by
GitHub
parent
2fe8fc0231
commit
25adc2d1e3
@@ -15,11 +15,13 @@ export const generateMetadata = async () => {
|
||||
};
|
||||
};
|
||||
|
||||
const Logo = () => <AppLogo href={''} />;
|
||||
|
||||
async function UpdatePasswordPage() {
|
||||
await requireUserInServerComponent();
|
||||
|
||||
return (
|
||||
<AuthLayoutShell Logo={AppLogo}>
|
||||
<AuthLayoutShell Logo={Logo}>
|
||||
<UpdatePasswordForm redirectTo={pathsConfig.app.home} />
|
||||
</AuthLayoutShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user