recaptcha fix

This commit is contained in:
Milos Holba
2022-01-25 14:33:34 +01:00
parent 8b1a3f0476
commit 1085062d10
2 changed files with 3 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ const FunctionHelpers = {
'google': '/assets/socials/google.svg',
'facebook': '/assets/socials/facebook.svg',
'github': store.getters.isDarkMode ? '/assets/socials/github-dark.svg' : '/assets/socials/github.svg',
'recaptcha': '/assets/socials/recaptcha.svg',
'reCaptcha': '/assets/socials/recaptcha.svg',
}[driver]
}