This commit is contained in:
Čarodej
2022-01-25 16:27:45 +01:00
parent 1085062d10
commit 995319cfe5
9 changed files with 349 additions and 15325 deletions
+5
View File
@@ -120,6 +120,11 @@ const mutations = {
state.config.allowedGithubLogin = true
state.config.isGithubLoginConfigured = true
}
if (service === 'recaptcha') {
state.config.allowedRecaptcha = true
state.config.isRecaptchaConfigured = true
}
},
SET_STRIPE_CREDENTIALS(state, data) {
state.config.stripe_public_key = data.key