Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f81f2894 authored by Akhil's avatar Akhil 🙂
Browse files

Set appname for translation in hcaptcha component

parent df26b1af
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ export default {
	},
	data() {
		return {
			appName: APPLICATION_NAME,
			siteKey: loadState(APPLICATION_NAME, 'hCaptchaSiteKey'),
		}
	},