learnhubmk / app

The frontend app for LearnHub.mk
https://learnhub.mk
MIT License
6 stars 0 forks source link

[FE] Rework turnstyle recaptcha #226

Open RevanchistX opened 2 months ago

RevanchistX commented 2 months ago

Recaptcha should be loaded in a Context to prevent multiple rerendering and reloading when used on multiple components.

RevanchistX commented 1 month ago

Blocked by bad implementation by me, the captcha-mechanism works, but we cannot use the functionality since it renders it the home page, instead of the form as needed. This will need a slight rework.