diff --git a/webapp/store/auth.js b/webapp/store/auth.js index 472bcb8c6..35046446b 100644 --- a/webapp/store/auth.js +++ b/webapp/store/auth.js @@ -46,9 +46,6 @@ export const getters = { termsAndConditionsAgreed(state) { return state.user && state.user.termsAndConditionsAgreedVersion === VERSION }, - locale(state) { - return state.locale - }, } export const actions = {