Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding password reset component results in the logo outside the container #786

Open
nik2208 opened this issue Jan 15, 2024 · 0 comments

Comments

@nik2208
Copy link

nik2208 commented Jan 15, 2024

using the suggested syntax

EmailPasswordResetPasswordEmail_Override: ({ DefaultComponent, ...props }) => {
                        return (
                            //TO-DO tune logo div
                            <div>
                                <div >
                                    <img src="/assets/logo.png" alt="Logo" />
                                </div>
                             </div>
                        );
                    }

for the EmailPasswordResetPasswordEmail_Overridecomonent the result I get is what follows

Screenshot 2024-01-15 at 09 43 25

the html added remains outside the supertokens container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant