Skip to content

Removing backUrl messes up styling of Logo. #81

Description

@meera

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions