From 86613c881e732487d257fd58ff32ce8686f7104f Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 22 Jun 2021 13:24:12 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20=F0=9F=91=A8=E2=80=8D=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/main.js | 4 ++-- client/src/pages/hello.vue | 6 +++--- client/src/router/index.js | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/main.js b/client/src/main.js index 31558179..67755f16 100644 --- a/client/src/main.js +++ b/client/src/main.js @@ -4,7 +4,7 @@ import VueVimeoPlayer from 'vue-vimeo-player'; import apolloClientFactory from './graphql/client'; import VueApollo from 'vue-apollo'; import App from './App'; -import {router, postLoginRederictUrlKey} from './router'; +import {router, postLoginRedirectUrlKey} from './router'; import store from '@/store/index'; import VueScrollTo from 'vue-scrollto'; import {Validator, install as VeeValidate} from 'vee-validate/dist/vee-validate.minimal.esm.js'; @@ -162,7 +162,7 @@ router.beforeEach(async (to, from, next) => { const redirectUrl = `/hello/`; if (window.localStorage) { - localStorage.setItem(postLoginRederictUrlKey, postLoginRedirectionUrl); + localStorage.setItem(postLoginRedirectUrlKey, postLoginRedirectionUrl); } next(redirectUrl); diff --git a/client/src/pages/hello.vue b/client/src/pages/hello.vue index fd6becfc..fb1bac25 100644 --- a/client/src/pages/hello.vue +++ b/client/src/pages/hello.vue @@ -36,7 +36,7 @@

Was ist ein hep Konto und wie kann ich mich dafür registrieren?

Anleitung anschauen