diff --git a/frontend/src/components/Auth/Header.vue b/frontend/src/components/Auth/Header.vue new file mode 100644 index 000000000..38a817d0f --- /dev/null +++ b/frontend/src/components/Auth/Header.vue @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + EN + ES + RU + FA + + + + EN + ES + RU + FA + + + Podcast + + + EN + ES + RU + FA + + + Kontakt + + Anmelden | Registrieen + + + + + + + diff --git a/frontend/src/components/Auth/Login.vue b/frontend/src/components/Auth/Login.vue new file mode 100644 index 000000000..f59a97a5e --- /dev/null +++ b/frontend/src/components/Auth/Login.vue @@ -0,0 +1,105 @@ + + + + + + {{ $store.state.community.name }} + + {{ $store.state.community.description }} + + {{ $t('login') }} + + + + + + + + {{ $t('login') }} + + + + + + + + + + {{ $t('settings.password.forgot_pwd') }} + + + + + {{ $t('site.login.new_wallet') }} + + + + + + diff --git a/frontend/src/components/Auth/Register.vue b/frontend/src/components/Auth/Register.vue new file mode 100644 index 000000000..7f007a190 --- /dev/null +++ b/frontend/src/components/Auth/Register.vue @@ -0,0 +1,230 @@ + + + + + + {{ $store.state.community.name }} + + {{ $store.state.community.description }} + + {{ $t('signup') }} + + + + + + + + + + {{ validationContext.errors[0] }} + + + + + + + + + + {{ validationContext.errors[0] }} + + + + + + + + + + + {{ $t('language') }} + + + + + + + + + + + + + + + + {{ $t('error.error') }} + {{ messageError }} + + + + + {{ $t('publisher.publisherId') }} {{ $store.state.publisherId }} + + + + + + + + + + + + + + + + {{ $t('publisher.infoText') }} + + + + + + + + + + + + + {{ $t('back') }} + + + + {{ $t('signup') }} + + + + + + + + + +
+ {{ $store.state.community.description }} +