- By clicking continue, you agree to our + {{ privacyItems[0] }} - Terms of Service + {{ privacyItems[1] }} + + {{ privacyItems[2] }} + + {{ privacyItems[3] }} - and - Privacy Policy.
@@ -18,7 +31,7 @@ import { redirect } from '@/shared/lib/helpers'; padding: 10px 0px 0px 0px; text-align: center; color: #72717a; - max-width: 320px; + max-width: v-bind('maxWidth'); margin: 0 auto; .inside { @@ -33,13 +46,12 @@ import { redirect } from '@/shared/lib/helpers'; } } -:global(html.dark){ - .main_text{ +:global(html.dark) { + .main_text { color: var(--zinc-300); - .inside{ - - &:hover{ + .inside { + &:hover { color: var(--zinc-400); } } diff --git a/src/features/auth/ui/SignInForm.vue b/src/features/auth/ui/SignInForm.vue index e30de518..d09bced0 100644 --- a/src/features/auth/ui/SignInForm.vue +++ b/src/features/auth/ui/SignInForm.vue @@ -1,13 +1,15 @@ -Manage your account settings and set some preferences.
+{{ t('settings.description') }}
- Members can view and join whiteboards for the workspace, as well as create new whiteboards in that - space. +
+ {{ t('members.description') }}
- {{ info }} -
+{{ info }}
{{ member.email }}
Language
+{{ t('settings.lang.label') }}
Theme
- Select the theme for the dashboard. +{{ t('settings.theme.label') }}
+ {{ t('settings.theme.about') }}