diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 5084a538a..a66d7ea4e 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -1,7 +1,6 @@ import { Given, When, Then } from "cypress-cucumber-preprocessor/steps"; import helpers from "../../support/helpers"; import slugify from "slug"; -// import { VERSION } from '../../../webapp/pages/terms-and-conditions.vue'; /* global cy */ diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index 13cb92a7d..e1ff98a5c 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -87,7 +87,7 @@ import gql from 'graphql-tag' import PasswordStrength from '../Password/Strength' import { SweetalertIcon } from 'vue-sweetalert-icons' import PasswordForm from '~/components/utils/PasswordFormHelper' -import { VERSION } from '~/pages/terms-and-conditions' +import { VERSION } from '~/constants/terms-and-conditions-version.js' /* TODO: hier muss die version rein */ export const SignupVerificationMutation = gql` diff --git a/webapp/constants/terms-and-conditions-version.js b/webapp/constants/terms-and-conditions-version.js new file mode 100644 index 000000000..e8f3c9298 --- /dev/null +++ b/webapp/constants/terms-and-conditions-version.js @@ -0,0 +1 @@ +export const VERSION = '0.0.2' diff --git a/webapp/pages/login.vue b/webapp/pages/login.vue index 4228f8319..65b1eb49c 100644 --- a/webapp/pages/login.vue +++ b/webapp/pages/login.vue @@ -75,7 +75,7 @@