Suggested changes (#434)
L112 - L115 is a suggestion I'm unsure of, but wanted to somehow improve it. Feel free to discard, but I still recommend signup>sign-up on L114 of origin. On L124, the resulting webpage shows "Active- Directory" (note the space after the hyphen). Not sure how to fix this though.
This commit is contained in:
parent
4ad184a3fb
commit
7a403613b2
|
@ -11,8 +11,8 @@ const features = [
|
||||||
title: "Easy to Use",
|
title: "Easy to Use",
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Identity made easy. authentik makes single-sign on, user
|
Identity made easy. authentik makes single-sign on (SSO), user
|
||||||
enrollment and access control simple.
|
enrollment, and access control simple.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
@ -20,7 +20,7 @@ const features = [
|
||||||
title: "Realise your workflow",
|
title: "Realise your workflow",
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
authentik lets you build your Workflow as you need it, no
|
authentik lets you build your workflow as you need it, no
|
||||||
limitations.
|
limitations.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
@ -109,16 +109,16 @@ function Home() {
|
||||||
authentik is an open-source Identity Provider
|
authentik is an open-source Identity Provider
|
||||||
focused on flexibility and versatility. You
|
focused on flexibility and versatility. You
|
||||||
can use authentik in an existing environment
|
can use authentik in an existing environment
|
||||||
to add support for new protocols. authentik
|
to add support for new protocols, implement
|
||||||
is also a great solution for implementing
|
sign-up/recovery/etc. in your application so
|
||||||
signup/recovery/etc in your application, so
|
you don't have to deal with it, and many other
|
||||||
you don't have to deal with it.
|
things.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col col--5 col--offset-2 padding-vert--xl">
|
<div className="col col--5 col--offset-2 padding-vert--xl">
|
||||||
<h2>Upmost flexibility</h2>
|
<h2>Utmost flexibility</h2>
|
||||||
<p>
|
<p>
|
||||||
You can adopt authentik to your environment,
|
You can adopt authentik to your environment,
|
||||||
regardless of your requirements. Need an Active-
|
regardless of your requirements. Need an Active-
|
||||||
|
|
Reference in New Issue