diff --git a/sist2-admin/frontend/src/components/WebOptions.vue b/sist2-admin/frontend/src/components/WebOptions.vue index d0471cb..8326fb8 100644 --- a/sist2-admin/frontend/src/components/WebOptions.vue +++ b/sist2-admin/frontend/src/components/WebOptions.vue @@ -1,59 +1,66 @@ - - {{ $t("webOptions.title") }} - - {{ $t("webOptions.lang") }} - + + {{ $t("webOptions.title") }} + + {{ $t("webOptions.lang") }} + - {{ $t("webOptions.bind") }} - + {{ $t("webOptions.bind") }} + - {{ $t("webOptions.tagline") }} - + {{ $t("webOptions.tagline") }} + - {{ $t("webOptions.auth") }} - + {{ $t("webOptions.auth") }} + - {{ $t("webOptions.tagAuth") }} - - + {{ $t("webOptions.tagAuth") }} + + - - Auth0 options - - {{ $t("webOptions.auth0Audience") }} - + + Auth0 options + + {{ $t("webOptions.auth0Audience") }} + - {{ $t("webOptions.auth0Domain") }} - + {{ $t("webOptions.auth0Domain") }} + - {{ $t("webOptions.auth0ClientId") }} - + {{ $t("webOptions.auth0ClientId") }} + - {{ $t("webOptions.auth0PublicKey") }} - - - + {{ $t("webOptions.auth0PublicKey") }} + + +