Access my org logo URL in custom login page HTML code

Hi,
I’m customizing my login page, and according to the design I need logo to be moved outside the widget.

I’ve hid it from the widget by adding the following CSS

.okta-sign-in-header.auth-header {
      display: none;
}

which worked good.

Now, do I have a simple way to access the logo URL from the template, like {{bgImageUrl}} but for logo, or do I need to hook a custom JS code that’ll get it from config and set to my logo img tag?

ok, found it. It’s {{orgLogo}}

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.