diff --git a/assets/src/release-background.png b/assets/src/release-background.png new file mode 100644 index 000000000..d6d7b88fe Binary files /dev/null and b/assets/src/release-background.png differ diff --git a/auth/assets/public/background.jpeg b/auth/assets/public/background.jpeg deleted file mode 100644 index 11be59179..000000000 Binary files a/auth/assets/public/background.jpeg and /dev/null differ diff --git a/auth/assets/public/background_21.3.jpeg b/auth/assets/public/background_21.3.jpeg deleted file mode 100644 index 0db9b7768..000000000 Binary files a/auth/assets/public/background_21.3.jpeg and /dev/null differ diff --git a/auth/assets/public/logo.png b/auth/assets/public/logo.png deleted file mode 100644 index 57e9339ad..000000000 Binary files a/auth/assets/public/logo.png and /dev/null differ diff --git a/auth/assets/templates/inc_footer.html.tpl b/auth/assets/templates/inc_footer.html.tpl index ad80786b1..317b24b29 100644 --- a/auth/assets/templates/inc_footer.html.tpl +++ b/auth/assets/templates/inc_footer.html.tpl @@ -7,5 +7,5 @@ - + diff --git a/auth/assets/templates/inc_header.html.tpl b/auth/assets/templates/inc_header.html.tpl index a5535bc10..dcf4c106a 100644 --- a/auth/assets/templates/inc_header.html.tpl +++ b/auth/assets/templates/inc_header.html.tpl @@ -11,10 +11,10 @@ - + Corteza - + {{ if .user }}
diff --git a/auth/handlers/links.go b/auth/handlers/links.go index 5e05e4417..317d10866 100644 --- a/auth/handlers/links.go +++ b/auth/handlers/links.go @@ -43,7 +43,9 @@ type ( Base, - Assets string + Assets, + + AuthAssets string } ) @@ -87,8 +89,9 @@ func GetLinks() Links { SamlMetadata: b + "auth/external/saml/metadata", SamlLogout: b + "auth/external/saml/slo", - Assets: b + "auth/assets/public", - Base: b, + Assets: b + "assets", + AuthAssets: b + "auth/assets/public", + Base: b, } }