mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 14:56:39 +00:00
support background image on org auth pages
This commit is contained in:
@@ -21,7 +21,7 @@ export default function SplashImage({ children }: SplashImageProps) {
|
|||||||
if (!env.branding.background_image_path) {
|
if (!env.branding.background_image_path) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const pathsPrefixes = ["/auth/login", "/auth/signup", "/auth/resource"];
|
const pathsPrefixes = ["/auth/login", "/auth/signup", "/auth/resource", "/auth/org"];
|
||||||
for (const prefix of pathsPrefixes) {
|
for (const prefix of pathsPrefixes) {
|
||||||
if (pathname.startsWith(prefix)) {
|
if (pathname.startsWith(prefix)) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user