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

Removing backUrl messes up styling of Logo. #81

Open
meera opened this issue Mar 20, 2023 · 0 comments
Open

Removing backUrl messes up styling of Logo. #81

meera opened this issue Mar 20, 2023 · 0 comments

Comments

@meera
Copy link

meera commented Mar 20, 2023

Here is the code

export default (process.env.PASSWORD_PROTECT)
  ? withPasswordProtect(MyApp, {
      loginComponentProps: {
        backUrl: 'https://www.mybackurl.com/',
        logo: 'mylogo.png',
       },
    })
  : MyApp;

This shows the logo in retains the width -
If I remove the backURL parameter, the Logo image is too large.

Is it possible for me to not add backURL?

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