-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/arpa 53#3 #44
Conversation
language: string; | ||
captchaSuccess = false; | ||
captchaKey = environment.captcha.key; | ||
script: any; | ||
|
||
constructor(formBuilder: FormBuilder, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das Captcha sollte glaub ich ins Registrierungsformular und nicht ins Login :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hatte mit Michael besprochen dass ich es hier rein mach. Geht aber natürlich auch auf der anderen Seite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brauchen wir das im Login @MichaelSpielmann ? Hätte es jetzt auch eher auf der Registerseite verortet um Spam-Registrierungen zu vermeiden.. beim login is ja wurscht denk ich, oder?
Transalation and Validation works but browser console throws exception: Unhandled Promise rejection: reCAPTCHA has already been rendered in this element ; Zone: <root> ; Task: Promise.then ; Value: Error: reCAPTCHA has already been rendered in this element
Habe jetzt noch eine andere Variante implementiert. Übersetzung funktioniert. Allerdings wird in der Konsole im Browser ein Error geworfen |
Könnte sein dass das Problem von der Google API kommt |
…ies-to-list_2nd_try added create/modify/rating properties
Translation (en,de) not working. Help requested