GaloyMoney / admin-panel

A web application which lets a support team manage users and transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin panel should use captcha login version

nicolasburtey opened this issue · comments

currently using UserRequestAuthCodeInput. should be using CaptchaRequestAuthCodeInput. Maybe not a high priority item if we move to a different authentication type for the admin panel

implemented