Ref Con for Login Page Links (#2694)

This commit is contained in:
Daniel Valdivia
2023-03-06 16:12:25 -08:00
committed by GitHub
parent 3b5979d783
commit 1953a98968
3 changed files with 14 additions and 5 deletions

View File

@@ -18,7 +18,8 @@ you need access credentials for a successful exploit).
If you have not received a reply to your email within 48 hours or you have not heard from the security team
for the past five days please contact the security team directly:
- Primary security coordinator: lenin@min.io
- Primary security coordinator: daniel@min.io
- Secondary coordinator: security@min.io
- If you receive no response: dev@min.io

View File

@@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
e.preventDefault();
window.open(
"https://min.io/docs/minio/linux/index.html?ref=con",
"_blank"
"_blank",
"noopener"
);
},
},

View File

@@ -543,7 +543,14 @@ const Login = () => {
under GNU AGPL v3 and is available on every cloud - public, private
and edge. For more information on the terms of the license or to
learn more about commercial licensing options visit the{" "}
<a href={"https://min.io/pricing"}>pricing page</a>.
<a
href={"https://min.io/pricing?ref=con"}
target="_blank"
rel="noopener"
>
pricing page
</a>
.
</Fragment>
}
/>