diff --git a/site/docs/integrate/01-singlepageapp.en.md b/site/docs/integrate/01-singlepageapp.en.md index 3df0882f91..e4c1a6eea8 100644 --- a/site/docs/integrate/01-singlepageapp.en.md +++ b/site/docs/integrate/01-singlepageapp.en.md @@ -15,6 +15,8 @@ This flow has great support with most modern languages and frameworks and is the #### Typescript Authentication Example +--- + If you use a framework like Angular, Vue, React, ... you can use this code snippet here to integrate **ZITADEL** into you application Library used for this example [https://github.com/IdentityModel/oidc-client-js](https://github.com/IdentityModel/oidc-client-js) @@ -60,3 +62,5 @@ export default class AuthService { } } ``` + +--- diff --git a/site/src/components/LanguageSwitcher.svelte b/site/src/components/LanguageSwitcher.svelte index 8c137f4612..adfb8cc149 100644 --- a/site/src/components/LanguageSwitcher.svelte +++ b/site/src/components/LanguageSwitcher.svelte @@ -1,5 +1,4 @@