From 831d3a16c6b7cf5b7ffa6b5f03004ec79a1d73dd Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 7 Nov 2025 16:36:23 +0530 Subject: [PATCH] fix: Google auth button --- app/javascript/v3/components/GoogleOauth/Button.vue | 2 +- app/javascript/v3/views/auth/signup/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/v3/components/GoogleOauth/Button.vue b/app/javascript/v3/components/GoogleOauth/Button.vue index 2d1fc5a4e..a0d20ec3a 100644 --- a/app/javascript/v3/components/GoogleOauth/Button.vue +++ b/app/javascript/v3/components/GoogleOauth/Button.vue @@ -34,7 +34,7 @@ export default {
diff --git a/app/javascript/v3/views/auth/signup/Index.vue b/app/javascript/v3/views/auth/signup/Index.vue index 86baff55c..f4678525e 100644 --- a/app/javascript/v3/views/auth/signup/Index.vue +++ b/app/javascript/v3/views/auth/signup/Index.vue @@ -63,7 +63,7 @@ export default {
{{ $t('REGISTER.HAVE_AN_ACCOUNT') }} - + {{ replaceInstallationName($t('LOGIN.TITLE')) }}