[FIX] signup_recaptcha - override AuthSignupHome

from auth_remove_space_in_signup_and_login
This commit is contained in:
Boris Gallet
2025-04-03 17:20:55 +02:00
parent 7951cd7d9a
commit 176dbf64c2
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"category": "Tools",
"summary": "google recaptcha V2 for signup form with server side validation",
# any module necessary for this one to work correctly
"depends": ["base", "portal"],
"depends": ["base", "portal", "auth_remove_space_in_signup_and_login"],
"data": [
"views/auth_signup.xml",
"views/res_config.xml",