supertokens-auth-react icon indicating copy to clipboard operation
supertokens-auth-react copied to clipboard

Overriding password reset component results in the logo outside the container

Open nik2208 opened this issue 2 years ago • 0 comments

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

nik2208 avatar Jan 15 '24 08:01 nik2208